diff options
| author | Heinrich Schuchardt <[email protected]> | 2019-01-29 21:15:21 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-01-30 21:22:53 -0500 |
| commit | 1249fa8fc290b0bd457f960f2495ada9b6f59a33 (patch) | |
| tree | 3aac3719ea3d776ca89d1dcca523b4b3bc19c723 | |
| parent | 1f92c074cbb53debc7ad31073dc7895d8a2aa44e (diff) | |
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 <[email protected]>
Reviewed-by: Anatolij Gustschin <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 # |
