Loading arch/s390/boot/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ define cmd_section_cmp touch $@ endef OBJCOPYFLAGS_bzImage := --pad-to $$(readelf -s $(obj)/compressed/vmlinux | awk '/\<_end\>/ {print or(strtonum("0x"$$2),4095)+1}') $(obj)/bzImage: $(obj)/compressed/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data FORCE $(call if_changed,objcopy) Loading Loading
arch/s390/boot/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ define cmd_section_cmp touch $@ endef OBJCOPYFLAGS_bzImage := --pad-to $$(readelf -s $(obj)/compressed/vmlinux | awk '/\<_end\>/ {print or(strtonum("0x"$$2),4095)+1}') $(obj)/bzImage: $(obj)/compressed/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data FORCE $(call if_changed,objcopy) Loading