diff mbox series

Makefile: Add more files to clean list

Message ID 20211222164027.211585-1-aford173@gmail.com
State Accepted
Commit 824204e42188fd8cdcfa35c911506ec3c40aafb8
Delegated to: Tom Rini
Headers show
Series Makefile: Add more files to clean list | expand

Commit Message

Adam Ford Dec. 22, 2021, 4:40 p.m. UTC
When building for i.mx8m boards with binman, a few more additional
files are created which should be removed when running 'make clean'

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini Jan. 13, 2022, 12:53 p.m. UTC | #1
On Wed, Dec 22, 2021 at 10:40:27AM -0600, Adam Ford wrote:

> When building for i.mx8m boards with binman, a few more additional
> files are created which should be removed when running 'make clean'
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/Makefile b/Makefile
> index ae9bfab91a..3c2b7008d4 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index ae9bfab91a..3c2b7008d4 100644
--- a/Makefile
+++ b/Makefile
@@ -2108,7 +2108,9 @@  CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \
 	       u-boot* MLO* SPL System.map fit-dtb.blob* \
 	       u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \
 	       lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \
-	       idbloader.img flash.bin flash.log defconfig keep-syms-lto.c
+	       idbloader.img flash.bin flash.log defconfig keep-syms-lto.c \
+	       mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \
+	       itb.fit.fit itb.fit.itb itb.map spl.map
 
 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include/generated spl tpl \