[PATCH v8 7/8] Makefile: add tifalcon.bin to CLEAN_FILES
Anshul Dalal
anshuld at ti.com
Mon Oct 27 14:00:02 CET 2025
Builds for A53 on AM62 platforms now generates tifalcon.bin alongside
tispl.bin, add it to CLEAN_FILES to make sure the file gets deleted on
`make clean`.
Signed-off-by: Anshul Dalal <anshuld at ti.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 2402f9313d8..ebbfa7b5cb7 100644
--- a/Makefile
+++ b/Makefile
@@ -2470,7 +2470,7 @@ CLEAN_FILES += include/autoconf.mk* include/bmp_logo.h include/bmp_logo_data.h \
idbloader-spi.img lib/efi_loader/helloworld_efi.S *.itb \
Test* capsule*.*.efi-capsule capsule*.map mkimage.imx-boot.spl \
mkimage.imx-boot.u-boot mkimage-out.imx-boot.spl mkimage-out.imx-boot.u-boot \
- imx9image* m33-oei-ddrfw*
+ imx9image* m33-oei-ddrfw* tifalcon.bin
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include/generated spl tpl vpl \
--
2.51.0
More information about the U-Boot
mailing list