diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-09 08:06:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-09 08:06:27 +0000 |
commit | 81df22641fe2bee39b9635e044dadd685eda1526 (patch) | |
tree | 702a8d2fa3a64164ce646a6891aadfba372ddc5c /Makefile | |
parent | ae0af115cd74cd6c8ade52e29a1aec3e5bd3fa41 (diff) | |
download | buildroot-novena-81df22641fe2bee39b9635e044dadd685eda1526.tar.gz buildroot-novena-81df22641fe2bee39b9635e044dadd685eda1526.zip |
- wipe config related files in distclean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -244,7 +244,8 @@ distclean: ifeq ($(DL_DIR),$(BASE_DIR)/dl) rm -rf $(DL_DIR) endif - rm -rf $(BUILD_DIR) $(LINUX_KERNEL) $(IMAGE) + rm -rf $(BUILD_DIR) $(LINUX_KERNEL) $(IMAGE) $(BASE_DIR)/include \ + .config.cmd $(MAKE) -C $(CONFIG) clean sourceball: |