|
@@ -33,7 +33,7 @@ uImage: $(obj)/uImage
|
|
|
boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
|
|
boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
|
|
|
$(Q)$(MAKE) $(build)=$(obj)/$@ $(MAKECMDGOALS)
|
|
$(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
|
|
vmlinux.bin: vmlinux FORCE
|
|
|
$(call if_changed,objcopy)
|
|
$(call if_changed,objcopy)
|