From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Meier Date: Thu, 7 Aug 2014 12:52:30 +0200 Subject: [U-Boot] [PATCH] Makefile: remove generated boards.cfg within make mrproper Message-ID: <1407408750-19734-1-git-send-email-roger@bufferoverflow.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Roger Meier CC: Masahiro Yamada CC: Wolfgang Denk --- 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