kconfig/Makefile
changeset 213 34070d44c3c4
parent 197 9383bf4a2e2e
child 218 7feb2fee5add
     1.1 --- a/kconfig/Makefile	Mon Jul 02 19:40:54 2007 +0000
     1.2 +++ b/kconfig/Makefile	Sat Jul 07 17:21:59 2007 +0000
     1.3 @@ -95,6 +95,8 @@
     1.4  
     1.5  clean::
     1.6  	@rm -f $(CT_TOP_DIR)/kconfig/{,m}conf
     1.7 +	@rmdir --ignore-fail-on-non-empty $(CT_TOP_DIR)/kconfig
     1.8 +	@rm -f $(CT_TOP_DIR)/config
     1.9  	@rm -rf $(CT_TOP_DIR)/config.gen
    1.10  
    1.11  distclean::