aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2021-12-22 10:40:27 -0600
committerTom Rini <trini@konsulko.com>2022-01-12 20:56:21 -0500
commit824204e42188fd8cdcfa35c911506ec3c40aafb8 (patch)
tree5508d2853f0f30cca1a3844f68c329c1ef492289 /Makefile
parenta02af84e03e018d7cd08bb3070cbe5517004712b (diff)
downloadu-boot-824204e42188fd8cdcfa35c911506ec3c40aafb8.zip
u-boot-824204e42188fd8cdcfa35c911506ec3c40aafb8.tar.gz
u-boot-824204e42188fd8cdcfa35c911506ec3c40aafb8.tar.bz2
Makefile: Add more files to clean list
When building for i.mx8m boards with binman, a few more additional files are created which should be removed when running 'make clean' Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95afb98..58a0c34 100644
--- a/Makefile
+++ b/Makefile
@@ -2184,7 +2184,9 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \
u-boot* MLO* SPL System.map fit-dtb.blob* \
u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \
lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \
- idbloader.img flash.bin flash.log defconfig keep-syms-lto.c
+ idbloader.img flash.bin flash.log defconfig keep-syms-lto.c \
+ mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \
+ itb.fit.fit itb.fit.itb itb.map spl.map
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include/generated spl tpl \