summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33a89b1572..edb122b87d 100644
--- a/Makefile
+++ b/Makefile
@@ -843,7 +843,8 @@ endif
ifeq ($(O),output)
rm -rf $(O)
endif
- rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.auto.deps
+ rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/..config.tmp \
+ $(CONFIG_DIR)/.auto.deps
help:
@echo 'Cleaning:'
OpenPOWER on IntegriCloud