Makefile: add Rockchip idbloader.img to CLEAN_FILES
authorThomas Hebb <tommyhebb@gmail.com>
Sun, 10 Nov 2019 16:25:10 +0000 (08:25 -0800)
committerTom Rini <trini@konsulko.com>
Tue, 3 Dec 2019 13:43:23 +0000 (08:43 -0500)
This file is generated in the root during Rockchip builds and so should
be cleaned up.

Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Makefile

index 15e93024b574f5e8b5f5798c341e70a940e9ae51..70347d340cc0318e0360a479771f92680db7b69f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1931,7 +1931,8 @@ CLEAN_DIRS  += $(MODVERDIR) \
 CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \
               boot* 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*
+              lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \
+              idbloader.img
 
 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include/generated spl tpl \