Skip to content

Commit b0108f9

Browse files
Michael Wellingtorvalds
authored andcommitted
kexec: purgatory: add clean-up for purgatory directory
Without this patch the kexec-purgatory.c and purgatory.ro files are not removed after make mrproper. Signed-off-by: Michael Welling <[email protected]> Acked-by: Vivek Goyal <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 16b0371 commit b0108f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ archclean:
251251
$(Q)rm -rf $(objtree)/arch/x86_64
252252
$(Q)$(MAKE) $(clean)=$(boot)
253253
$(Q)$(MAKE) $(clean)=arch/x86/tools
254+
$(Q)$(MAKE) $(clean)=arch/x86/purgatory
254255

255256
PHONY += kvmconfig
256257
kvmconfig:

0 commit comments

Comments
 (0)