]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Makefile: clean build generated SPL binary for TI AM65x
authorSuniel Mahesh <sunil.m@techveda.org>
Tue, 27 Aug 2019 07:57:56 +0000 (13:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 30 Aug 2019 18:17:11 +0000 (14:17 -0400)
TI AM65x platforms (evm and HS) generate an SPL image
'tispl.bin*' and there is no rule for cleanup.
Added entry for cleanup in clean target.

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Makefile

index 76f9a7275bf2c0259c6eca991bfc3e4cdb187a00..0570d02e5d0247e0ffb1dd349b9e809b6acc3ba9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1852,7 +1852,7 @@ clean: $(clean-dirs)
                -o -name 'dsdt.aml' -o -name 'dsdt.asl.tmp' -o -name 'dsdt.c' \
                -o -name '*.efi' -o -name '*.gcno' -o -name '*.so' \) \
                -type f -print | xargs rm -f \
-               bl31.c bl31.elf bl31_*.bin image.map
+               bl31.c bl31.elf bl31_*.bin image.map tispl.bin*
 
 # mrproper - Delete all generated files, including .config
 #