aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/boot/Makefile')
-rw-r--r--arch/cris/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/boot/Makefile b/arch/cris/boot/Makefile
index 144f3afa0119..6e3b509fd7fc 100644
--- a/arch/cris/boot/Makefile
+++ b/arch/cris/boot/Makefile
@@ -3,7 +3,7 @@
#
objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
-objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss
+objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
OBJCOPYFLAGS = -O binary $(objcopyflags-y)