diff options
author | Michael Welling <[email protected]> | 2014-08-29 15:19:13 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2014-08-29 16:28:17 -0700 |
commit | b0108f9e93d0d39050eaa11358852f349bdccb71 (patch) | |
tree | dfd1eefe1d6810f28859d7b94c68296abd65e6d8 | |
parent | 16b0371a2e2ba1a2dea84a18356b9bc7168a5b12 (diff) |
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]>
-rw-r--r-- | arch/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index c96bcec544fc..60087ca37679 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -251,6 +251,7 @@ archclean: $(Q)rm -rf $(objtree)/arch/x86_64 $(Q)$(MAKE) $(clean)=$(boot) $(Q)$(MAKE) $(clean)=arch/x86/tools + $(Q)$(MAKE) $(clean)=arch/x86/purgatory PHONY += kvmconfig kvmconfig: |