summaryrefslogtreecommitdiffstats
path: root/arch/avr32/boot/images/Makefile
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-24 11:04:08 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-24 11:04:08 +0100
commit7645c4bfbb36f357f03815f5729c46ce8d89f008 (patch)
treeeb2c45bbdfc715a9a6e96e6af9675a0440ef8ff1 /arch/avr32/boot/images/Makefile
parent74b7ff48a93f44198ac03cc4e628d713f53d4668 (diff)
parent574f3c4f5c55e99ea60f71fd98cc54931d4b2eae (diff)
downloadop-kernel-dev-7645c4bfbb36f357f03815f5729c46ce8d89f008.zip
op-kernel-dev-7645c4bfbb36f357f03815f5729c46ce8d89f008.tar.gz
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'arch/avr32/boot/images/Makefile')
-rw-r--r--arch/avr32/boot/images/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/boot/images/Makefile b/arch/avr32/boot/images/Makefile
index 219720a..1848bf0 100644
--- a/arch/avr32/boot/images/Makefile
+++ b/arch/avr32/boot/images/Makefile
@@ -10,7 +10,7 @@ MKIMAGE := $(srctree)/scripts/mkuboot.sh
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)
OpenPOWER on IntegriCloud