]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/xtensa/boot/Makefile
xtensa: add NOTES section to the linker script
[mirror_ubuntu-bionic-kernel.git] / arch / xtensa / boot / Makefile
index 53e4178711e6952a4709ba01e6db8534489c9213..8c20a7965bda098cc7d6d66ae5655ae38f45b773 100644 (file)
@@ -34,7 +34,7 @@ boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y)) \
                       $(addprefix $(obj)/,$(host-progs))
        $(Q)$(MAKE) $(build)=$(obj)/$@ $(MAKECMDGOALS)
 
-OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
+OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
 
 vmlinux.bin: vmlinux FORCE
        $(call if_changed,objcopy)