diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/cris/boot/Makefile | 2 |
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 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment | 5 | objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment |
6 | objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss | 6 | objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id |
7 | 7 | ||
8 | OBJCOPYFLAGS = -O binary $(objcopyflags-y) | 8 | OBJCOPYFLAGS = -O binary $(objcopyflags-y) |
9 | 9 | ||