diff options
author | Michael Welling <mwelling@ieee.org> | 2014-08-29 15:19:13 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-29 16:28:17 -0700 |
commit | b0108f9e93d0d39050eaa11358852f349bdccb71 (patch) | |
tree | dfd1eefe1d6810f28859d7b94c68296abd65e6d8 | |
parent | 16b0371a2e2ba1a2dea84a18356b9bc7168a5b12 (diff) | |
download | linux-b0108f9e93d0d39050eaa11358852f349bdccb71.tar.gz linux-b0108f9e93d0d39050eaa11358852f349bdccb71.tar.bz2 linux-b0108f9e93d0d39050eaa11358852f349bdccb71.zip |
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 <mwelling@ieee.org>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-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: |