We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a56c1 commit 20159e2Copy full SHA for 20159e2
arch/s390/purgatory/Makefile
@@ -48,7 +48,6 @@ OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
48
$(obj)/purgatory.ro: $(obj)/purgatory $(obj)/purgatory.chk FORCE
49
$(call if_changed,objcopy)
50
51
-$(obj)/kexec-purgatory.o: $(obj)/kexec-purgatory.S $(obj)/purgatory.ro FORCE
52
- $(call if_changed_rule,as_o_S)
+$(obj)/kexec-purgatory.o: $(obj)/purgatory.ro
53
54
obj-y += kexec-purgatory.o
0 commit comments