All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: Let mrproper remove flash.bin and flash.log
@ 2020-01-07 18:50 Fabio Estevam
  2020-01-23 21:59 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2020-01-07 18:50 UTC (permalink / raw)
  To: u-boot

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 <festevam@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1766f5ab18..306939bb4e 100644
--- a/Makefile
+++ b/Makefile
@@ -1928,7 +1928,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 \
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] Makefile: Let mrproper remove flash.bin and flash.log
  2020-01-07 18:50 [PATCH] Makefile: Let mrproper remove flash.bin and flash.log Fabio Estevam
@ 2020-01-23 21:59 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-01-23 21:59 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 07, 2020 at 03:50:32PM -0300, Fabio Estevam wrote:

> 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 <festevam@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200123/56786200/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-23 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-07 18:50 [PATCH] Makefile: Let mrproper remove flash.bin and flash.log Fabio Estevam
2020-01-23 21:59 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.