From: Jan Kiszka <[email protected]> Remove the configure output config.kbuild, config.mak and arch links via distclean.
Signed-off-by: Jan Kiszka <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/Makefile b/Makefile index a8e8e0b..038f512 100644 --- a/Makefile +++ b/Makefile @@ -67,3 +67,6 @@ rpm: all clean: $(MAKE) -C $(KERNELDIR) M=`pwd` $@ + +distclean: clean + rm -f config.kbuild config.mak include/asm include-compat/asm -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
