diff options
author | Thomas Hebb <tommyhebb@gmail.com> | 2019-11-10 08:25:10 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-03 08:43:23 -0500 |
commit | 983c0f91d8644c74a781dd63d5fe9f86c1f9d827 (patch) | |
tree | 1d2e505e38dc2c914889b8231540da4d5a6b6ad8 /Makefile | |
parent | 0f18cf32fbc23590515886f1c430cf72034544f9 (diff) | |
download | u-boot-983c0f91d8644c74a781dd63d5fe9f86c1f9d827.tar.gz |
Makefile: add Rockchip idbloader.img to CLEAN_FILES
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |