Re: [PATCH V2 4/7] Makefile: delete file *.itb when make clean

2023-10-12 Thread Simon Glass
On Wed, 11 Oct 2023 at 23:44, Randolph  wrote:
>
> Delete the output file *.itb
>
> Signed-off-by: Randolph 
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass 


[PATCH V2 4/7] Makefile: delete file *.itb when make clean

2023-10-12 Thread Randolph
Delete the output file *.itb

Signed-off-by: Randolph 
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9d2e31e494..a7aa8c02a0 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 \
-- 
2.34.1