From: Suniel Mahesh Date: Tue, 27 Aug 2019 07:57:56 +0000 (+0530) Subject: Makefile: clean build generated SPL binary for TI AM65x X-Git-Tag: v2019.10-rc4~27^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27351ca804680ae5e1a531bae727f749f88f3e7b;p=oweals%2Fu-boot.git 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 --- 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 #