From 438643277bfc93ce962e5a446f36c623ef1a4a95 Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Wed, 26 Nov 2008 11:40:42 +0100 Subject: [PATCH] --- yaml --- r: 119956 b: refs/heads/master c: c1892cb8d2787280a5d9aacf8f58cf18f5b6fb2f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/avr32/boot/images/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8130ed3613a4..43b805229ac4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 105462632c37ea5484ebae7db6e85e0aaac28f4b +refs/heads/master: c1892cb8d2787280a5d9aacf8f58cf18f5b6fb2f diff --git a/trunk/arch/avr32/boot/images/Makefile b/trunk/arch/avr32/boot/images/Makefile index 219720a47bf9..1848bf0d7f62 100644 --- a/trunk/arch/avr32/boot/images/Makefile +++ b/trunk/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)