diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-03-29 11:56:21 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-29 13:35:25 +0200 |
commit | ad24d833058e443fdd62c7f409b4c00d5c3f7c0e (patch) | |
tree | fc2a83cf6d2d9dc9aff353eed73823d9f0f30051 /Makefile | |
parent | 9c820091d1a1813e6de4016ea510a047847f9648 (diff) | |
download | buildroot-ad24d833058e443fdd62c7f409b4c00d5c3f7c0e.tar.gz buildroot-ad24d833058e443fdd62c7f409b4c00d5c3f7c0e.zip |
distclean: clean a bit more
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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:' |