diff mbox

[v3] kmod: Add distclean rule

Message ID 4A0D9AD1.70905@siemens.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka May 15, 2009, 4:39 p.m. UTC
The smaller the patch... sigh.

------------>

Remove the configure output config.kbuild, config.mak and arch links via
distclean.

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

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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Avi Kivity May 17, 2009, 6:46 p.m. UTC | #1
Jan Kiszka wrote:
> The smaller the patch... sigh.
>
> ------------>
>
> Remove the configure output config.kbuild, config.mak and arch links via
> distclean.
>   

Applied, thanks.
diff mbox

Patch

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