[U-Boot] [PATCH] 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 xypron.glpk@gmx.de --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 06c58408fd..bd9a15ef24 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 #

Hi Heinrich,
On Tue, 29 Jan 2019 21:15:21 +0100 Heinrich Schuchardt xypron.glpk@gmx.de wrote:
If `make mrproper` does not delete the generated drivers/video/fonts/*.S files a following `make tests` fails.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Reviewed-by: Anatolij Gustschin agust@denx.de
-- Anatolij

On Tue, 29 Jan 2019 at 13:15, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
If `make mrproper` does not delete the generated drivers/video/fonts/*.S files a following `make tests` fails.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Tue, Jan 29, 2019 at 09:15:21PM +0100, Heinrich Schuchardt wrote:
If `make mrproper` does not delete the generated drivers/video/fonts/*.S files a following `make tests` fails.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Anatolij Gustschin agust@denx.de Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
participants (4)
-
Anatolij Gustschin
-
Heinrich Schuchardt
-
Simon Glass
-
Tom Rini