[PATCH] Add barebox.map and compressed default_env to distclean

Alexander Shiyan shc_work at mail.ru
Sun Mar 25 14:22:16 EDT 2012


Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4f4c006..eef76c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1000,8 +1000,8 @@ endif # CONFIG_MODULES
 # Directories & files removed with 'make clean'
 CLEAN_DIRS  += $(MODVERDIR)
 CLEAN_FILES +=	barebox System.map include/generated/barebox_default_env.h \
-                .tmp_version .tmp_barebox* barebox.bin barebox.S \
-		.tmp_kallsyms* barebox_default_env barebox.ldr Doxyfile.version
+                .tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
+		.tmp_kallsyms* barebox_default_env* barebox.ldr Doxyfile.version
 
 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include2 usr/include
-- 
1.7.3.4




More information about the barebox mailing list