From: Heinrich Schuchardt Date: Tue, 29 Jan 2019 20:15:21 +0000 (+0100) Subject: Makefile: remove generated font files X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=1249fa8fc290b0bd457f960f2495ada9b6f59a33;p=u-boot.git Makefile: remove generated font files If `make mrproper` does not delete the generated drivers/video/fonts/*.S files a following `make tests` fails. Signed-off-by: Heinrich Schuchardt Reviewed-by: Anatolij Gustschin Reviewed-by: Simon Glass --- diff --git a/Makefile b/Makefile index 9ca414e68d..e8f52b4423 100644 --- a/Makefile +++ b/Makefile @@ -1740,7 +1740,8 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \ MRPROPER_DIRS += include/config include/generated spl tpl \ .tmp_objdiff MRPROPER_FILES += .config .config.old include/autoconf.mk* include/config.h \ - ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS + ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ + drivers/video/fonts/*.S # clean - Delete most, but leave enough to build external modules #