diff mbox series

[U-Boot,3/3] Makefile: add Rockchip idbloader.img to CLEAN_FILES

Message ID c4ccdc4ef0230439685dfefa449f8a73f6d7fdcd.1573403105.git.tommyhebb@gmail.com
State Accepted
Commit 983c0f91d8644c74a781dd63d5fe9f86c1f9d827
Delegated to: Tom Rini
Headers show
Series None | expand

Commit Message

Tom Hebb Nov. 10, 2019, 4:25 p.m. UTC
This file is generated in the root during Rockchip builds and so should
be cleaned up.

Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Michael Nazzareno Trimarchi Nov. 10, 2019, 6:39 p.m. UTC | #1
On Sun, Nov 10, 2019 at 6:13 PM Thomas Hebb <tommyhebb@gmail.com> wrote:
>
> This file is generated in the root during Rockchip builds and so should
> be cleaned up.
>
> Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
> ---
>  Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 4ac722cd44..2d172b29ef 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1900,7 +1900,8 @@ CLEAN_DIRS  += $(MODVERDIR) \
>  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*
> +              lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \
> +              idbloader.img
>
>  # Directories & files removed with 'make mrproper'
>  MRPROPER_DIRS  += include/config include/generated spl tpl \
> --

Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>

> 2.23.0
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
Tom Rini Dec. 4, 2019, 4:01 a.m. UTC | #2
On Sun, Nov 10, 2019 at 08:25:10AM -0800, Thomas Hebb wrote:

> This file is generated in the root during Rockchip builds and so should
> be cleaned up.
> 
> Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>

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

Patch

diff --git a/Makefile b/Makefile
index 4ac722cd44..2d172b29ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1900,7 +1900,8 @@  CLEAN_DIRS  += $(MODVERDIR) \
 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*
+	       lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \
+	       idbloader.img
 
 # Directories & files removed with 'make mrproper'
 MRPROPER_DIRS  += include/config include/generated spl tpl \