Commit 824204e42188fd8cdcfa35c911506ec3c40aafb8

Authored by Adam Ford
Committed by Tom Rini
1 parent a02af84e03
Exists in emb_lf_v2022.04

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>

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

... ... @@ -2184,7 +2184,9 @@
2184 2184 u-boot* MLO* SPL System.map fit-dtb.blob* \
2185 2185 u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \
2186 2186 lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \
2187   - idbloader.img flash.bin flash.log defconfig keep-syms-lto.c
  2187 + idbloader.img flash.bin flash.log defconfig keep-syms-lto.c \
  2188 + mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \
  2189 + itb.fit.fit itb.fit.itb itb.map spl.map
2188 2190  
2189 2191 # Directories & files removed with 'make mrproper'
2190 2192 MRPROPER_DIRS += include/config include/generated spl tpl \