projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bc974b
)
microblaze: Fix makefile to work with latest toolchain
author
Michal Simek
<monstr@monstr.eu>
Mon, 5 Mar 2012 14:53:19 +0000
(15:53 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 19 Mar 2012 06:30:26 +0000
(07:30 +0100)
When building with latest binutils, vmlinux includes
some sections which need to be stripped out when building
the binary image.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/boot/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/boot/Makefile
b/arch/microblaze/boot/Makefile
index 0c796cf8158629abf23adb530c17ba2a8ceb9be5..34940c828def82fc33d71e16827338698f8cd3e6 100644
(file)
--- a/
arch/microblaze/boot/Makefile
+++ b/
arch/microblaze/boot/Makefile
@@
-8,7
+8,7
@@
obj-y += linked_dtb.o
targets := linux.bin linux.bin.gz simpleImage.%
-OBJCOPYFLAGS := -O binary
+OBJCOPYFLAGS := -
R .note -R .comment -R .note.gnu.build-id -
O binary
# Ensure system.dtb exists
$(obj)/linked_dtb.o: $(obj)/system.dtb