All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] purgatory: add clean-up for purgatory directory
@ 2014-08-22 23:37 Michael Welling
  2014-08-25 19:11 ` Vivek Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Welling @ 2014-08-22 23:37 UTC (permalink / raw)
  To: vgoyal, akpm, tglx, mingo, x86, linux-kernel, gregkh; +Cc: Michael Welling

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>
---
 arch/x86/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index c96bcec..60087ca 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:
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-25 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 23:37 [PATCH] purgatory: add clean-up for purgatory directory Michael Welling
2014-08-25 19:11 ` Vivek Goyal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.