[U-Boot] [PATCH] Makefile: remove generated boards.cfg within make mrproper
Roger Meier
roger at bufferoverflow.ch
Thu Aug 7 12:52:30 CEST 2014
Signed-off-by: Roger Meier <roger at bufferoverflow.ch>
CC: Masahiro Yamada <yamada.m at jp.panasonic.com>
CC: Wolfgang Denk <wd at denx.de>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 666d291..831e091 100644
--- a/Makefile
+++ b/Makefile
@@ -1221,7 +1221,7 @@ CLOBBER_FILES += u-boot* MLO* SPL System.map
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include/generated spl tpl \
.tmp_objdiff
-MRPROPER_FILES += .config .config.old include/autoconf.mk* include/config.h \
+MRPROPER_FILES += .config .config.old boards.cfg include/autoconf.mk* include/config.h \
ctags etags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
# clean - Delete most, but leave enough to build external modules
--
1.7.10.4
More information about the U-Boot
mailing list