public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kmod: Add distclean rule
@ 2009-05-15 16:10 Jan Kiszka
  2009-05-15 16:16 ` [PATCH v2] " Jan Kiszka
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2009-05-15 16:10 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

Remove the configure output config.kbuild and config.mak via distclean.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index dad5f0b..75aab71 100644
--- a/Makefile
+++ b/Makefile
@@ -68,3 +68,6 @@ rpm:	all
 
 clean:
 	$(MAKE) -C $(KERNELDIR) M=`pwd` $@
+
+distclean:
+	rm -f config.kbuild config.mak

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

end of thread, other threads:[~2009-05-17 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-15 16:10 [PATCH] kmod: Add distclean rule Jan Kiszka
2009-05-15 16:16 ` [PATCH v2] " Jan Kiszka
2009-05-15 16:39   ` [PATCH v3] " Jan Kiszka
2009-05-17 18:46     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox