projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
microblaze: Fix makefile to work with latest toolchain
[linux-2.6.git]
/
arch
/
microblaze
/
boot
/
Makefile
diff --git
a/arch/microblaze/boot/Makefile
b/arch/microblaze/boot/Makefile
index
0c796cf
..
34940c8
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