summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuniel Mahesh <sunil.m@techveda.org>2019-08-27 10:57:56 +0300
committerTom Rini <trini@konsulko.com>2019-08-30 21:17:11 +0300
commit27351ca804680ae5e1a531bae727f749f88f3e7b (patch)
treeca5e2a9a32501c412292eb8060657171149de168 /Makefile
parent940dd143469102868fa604a9e84c2004c41352b1 (diff)
downloadu-boot-27351ca804680ae5e1a531bae727f749f88f3e7b.tar.xz
Makefile: clean build generated SPL binary for TI AM65x
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76f9a7275b..0570d02e5d 100644
--- 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
#