diff options
| author | Tom Rini <[email protected]> | 2021-05-18 14:17:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-05-18 14:17:54 -0400 |
| commit | 428bec7cf956c3558bbdfda4d2ba23beb73a68ba (patch) | |
| tree | 290ddd25fb619aaf112e89e32a4cca181e922e3e /Makefile | |
| parent | 7a1638c263508f7ff67fc82af5ea8072dcb783e2 (diff) | |
| parent | af02975eb9e2b1a963b0fb03869ccf1bbf30caa7 (diff) | |
Merge branch '2021-05-17-assorted-fixes'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -408,7 +408,7 @@ AWK = awk PERL = perl PYTHON ?= python PYTHON2 = python2 -PYTHON3 = python3 +PYTHON3 ?= python3 DTC ?= $(objtree)/scripts/dtc/dtc CHECK = sparse @@ -2010,9 +2010,11 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \ # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config include/generated spl tpl \ .tmp_objdiff doc/output + +# Remove include/asm symlink created by U-Boot before v2014.01 MRPROPER_FILES += .config .config.old include/autoconf.mk* include/config.h \ ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ - drivers/video/fonts/*.S + drivers/video/fonts/*.S include/asm # clean - Delete most, but leave enough to build external modules # |
