diff options
author | Randolph <randolph@andestech.com> | 2023-10-12 14:35:06 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2023-10-19 17:29:33 +0800 |
commit | 9421e419817a2a86ad73995ff3ffd0957bec7b82 (patch) | |
tree | dcb9d44b2f54b1b6f799e9e56e144a6fab7c58e8 /Makefile | |
parent | d311df8b31693809d0aa2073e3b5eda155bf04d2 (diff) | |
download | u-boot-9421e419817a2a86ad73995ff3ffd0957bec7b82.tar.gz u-boot-9421e419817a2a86ad73995ff3ffd0957bec7b82.tar.bz2 u-boot-9421e419817a2a86ad73995ff3ffd0957bec7b82.zip |
Makefile: delete file *.itb when make clean
Delete the output file *.itb
Signed-off-by: Randolph <randolph@andestech.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2165,7 +2165,7 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \ mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \ itb.fit.fit itb.fit.itb itb.map spl.map mkimage-out.rom.mkimage \ mkimage.rom.mkimage rom.map simple-bin.map simple-bin-spi.map \ - idbloader-spi.img lib/efi_loader/helloworld_efi.S + idbloader-spi.img lib/efi_loader/helloworld_efi.S *.itb # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config include/generated spl tpl vpl \ |