summaryrefslogtreecommitdiffstats
path: root/target/linux/avr32/patches/100-remove_build-id.patch
blob: 1125d557a2ccf7e078afaac1644c668bddf50cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/arch/avr32/boot/images/Makefile
+++ b/arch/avr32/boot/images/Makefile
@@ -10,7 +10,7 @@ MKIMAGE		:= $(srctree)/scripts/mkuboot.s
 
 extra-y		:= vmlinux.bin vmlinux.gz
 
-OBJCOPYFLAGS_vmlinux.bin := -O binary
+OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
 $(obj)/vmlinux.bin: vmlinux FORCE
 	$(call if_changed,objcopy)