All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: add file 'defconfig' to clean target
@ 2020-05-07 16:09 Heinrich Schuchardt
  2020-05-08 18:33 ` Simon Glass
  2020-05-15 20:53 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2020-05-07 16:09 UTC (permalink / raw)
  To: u-boot

File 'defconfig' is a build artifact of 'make savedefconfig'.
Remove it when cleaning.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index cc99873062..88b356c40b 100644
--- a/Makefile
+++ b/Makefile
@@ -2037,7 +2037,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 flash.bin flash.log
+	       idbloader.img flash.bin flash.log defconfig

 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include/generated spl tpl \
--
2.26.2

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

* [PATCH] Makefile: add file 'defconfig' to clean target
  2020-05-07 16:09 [PATCH] Makefile: add file 'defconfig' to clean target Heinrich Schuchardt
@ 2020-05-08 18:33 ` Simon Glass
  2020-05-15 20:53 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2020-05-08 18:33 UTC (permalink / raw)
  To: u-boot

On Thu, 7 May 2020 at 10:15, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> File 'defconfig' is a build artifact of 'make savedefconfig'.
> Remove it when cleaning.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [PATCH] Makefile: add file 'defconfig' to clean target
  2020-05-07 16:09 [PATCH] Makefile: add file 'defconfig' to clean target Heinrich Schuchardt
  2020-05-08 18:33 ` Simon Glass
@ 2020-05-15 20:53 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-05-15 20:53 UTC (permalink / raw)
  To: u-boot

On Thu, May 07, 2020 at 06:09:22PM +0200, Heinrich Schuchardt wrote:

> File 'defconfig' is a build artifact of 'make savedefconfig'.
> Remove it when cleaning.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

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

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

end of thread, other threads:[~2020-05-15 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 16:09 [PATCH] Makefile: add file 'defconfig' to clean target Heinrich Schuchardt
2020-05-08 18:33 ` Simon Glass
2020-05-15 20:53 ` 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.