All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makelfile: clean target should remove itb*
@ 2021-09-23 10:11 Heinrich Schuchardt
  2021-09-23 12:44 ` Bin Meng
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-09-23 10:11 UTC (permalink / raw)
  To: Tom Rini
  Cc: Simon Glass, Pali Rohár, Marek Behún, Bin Meng,
	Chee Hong Ang, u-boot, Heinrich Schuchardt

In the U-Boot directory files itb.fit.fit, itb.fit.itb, itb.map are
created (e.g. for sifive_unmatched_defconfig). These should be removed by
the clean target.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3014788e14..720fea3ca9 100644
--- a/Makefile
+++ b/Makefile
@@ -2095,7 +2095,7 @@ CLEAN_DIRS  += $(MODVERDIR) \
 			$(filter-out include, $(shell ls -1 $d 2>/dev/null))))
 
 CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \
-	       boot* u-boot* MLO* SPL System.map fit-dtb.blob* \
+	       boot* u-boot* MLO* SPL System.map fit-dtb.blob* itb.* \
 	       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
-- 
2.32.0


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

* Re: [PATCH] Makelfile: clean target should remove itb*
  2021-09-23 10:11 [PATCH] Makelfile: clean target should remove itb* Heinrich Schuchardt
@ 2021-09-23 12:44 ` Bin Meng
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Meng @ 2021-09-23 12:44 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Tom Rini, Simon Glass, Pali Rohár, Marek Behún,
	Chee Hong Ang, U-Boot Mailing List

Hi Heinrich,

On Thu, Sep 23, 2021 at 6:12 PM Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> In the U-Boot directory files itb.fit.fit, itb.fit.itb, itb.map are
> created (e.g. for sifive_unmatched_defconfig). These should be removed by
> the clean target.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

See http://patchwork.ozlabs.org/project/uboot/patch/20210505141557.23901-8-bmeng.cn@gmail.com/

Simon suggested binman should be updated to output the generated files.

Regards,
Bin

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

end of thread, other threads:[~2021-09-23 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 10:11 [PATCH] Makelfile: clean target should remove itb* Heinrich Schuchardt
2021-09-23 12:44 ` Bin Meng

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.