Message ID | 4A0D93E2.8070507@siemens.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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(-) -- 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