summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-07 17:21:59 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-07 17:21:59 (GMT)
commit477605c70c609bd52541cc95d69e2081e98206ff (patch)
tree3edf3ef534f5d7065559bc9d9ac7948ebbd7a0fa /kconfig
parent8b99fa0955f7aef66b3c377f650d0195fed3aa92 (diff)
Clean a little bit more.
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index ee71cca..39a6e76 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -95,6 +95,8 @@ $(obj)/conf:: $(SHIPPED) $(CT_LIB_DIR)/kconfig/conf.c
clean::
@rm -f $(CT_TOP_DIR)/kconfig/{,m}conf
+ @rmdir --ignore-fail-on-non-empty $(CT_TOP_DIR)/kconfig
+ @rm -f $(CT_TOP_DIR)/config
@rm -rf $(CT_TOP_DIR)/config.gen
distclean::