[PATCH] Makefile: add barebox.srec to 'clean'
Antony Pavlov
antonynpavlov at gmail.com
Sat Apr 28 11:52:56 EDT 2012
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index fb85915..44b7dbd 100644
--- a/Makefile
+++ b/Makefile
@@ -1002,7 +1002,8 @@ endif # CONFIG_MODULES
CLEAN_DIRS += $(MODVERDIR)
CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
.tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
- .tmp_kallsyms* barebox_default_env* barebox.ldr Doxyfile.version
+ .tmp_kallsyms* barebox_default_env* barebox.ldr \
+ Doxyfile.version barebox.srec
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include2 usr/include
--
1.7.10
More information about the barebox
mailing list