From: Randolph Date: Thu, 12 Oct 2023 06:35:06 +0000 (+0800) Subject: Makefile: delete file *.itb when make clean X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=9421e419817a2a86ad73995ff3ffd0957bec7b82;p=u-boot.git Makefile: delete file *.itb when make clean Delete the output file *.itb Signed-off-by: Randolph Reviewed-by: Simon Glass --- diff --git a/Makefile b/Makefile index b204a50043..e0040a40d3 100644 --- a/Makefile +++ b/Makefile @@ -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 \