mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
a02af84e03
commit
824204e421
1 changed files with 3 additions and 1 deletions
4
Makefile
4
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* MLO* SPL System.map fit-dtb.blob* \
|
||||||
u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \
|
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* \
|
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'
|
# Directories & files removed with 'make mrproper'
|
||||||
MRPROPER_DIRS += include/config include/generated spl tpl \
|
MRPROPER_DIRS += include/config include/generated spl tpl \
|
||||||
|
|
Loading…
Reference in a new issue