From: Fabio Estevam Date: Tue, 7 Jan 2020 18:50:32 +0000 (-0300) Subject: Makefile: Let mrproper remove flash.bin and flash.log X-Git-Tag: v2025.01-rc5-pxa1908~2594^2~22 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=05bd943aa94154afc2f60cfc14e1a7f51b03710b;p=u-boot.git Makefile: Let mrproper remove flash.bin and flash.log In order to generate a bootable U-Boot binary for i.MX8QXP MEK we need to run: $ make imx8qxp_mek_defconfig $ make flash.bin The resultant flash.bin and flash.log are not removed after running 'make mrproper'. Include these files into the CLEAN_FILES list entry so that they can be properly deleted after 'make mrproper'. Signed-off-by: Fabio Estevam --- diff --git a/Makefile b/Makefile index 9d7d8c269c..880ffacbc2 100644 --- a/Makefile +++ b/Makefile @@ -1932,7 +1932,7 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \ boot* 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 + idbloader.img flash.bin flash.log # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config include/generated spl tpl \