Hi Quentin,

Beside removing the "real" annoyance is that these files popup when adding with 
"git add ." and are blocking branch changing with "git branch ...".
Maybe add to ".gitignore" as well or delete immediately. What's the use to keep 
them around?

Johan

On 8/1/22 18:06, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.sch...@theobroma-systems.com>
> 
> Binman mkimage entry generates temporary files so let's remove them
> when calling `make clean`.
> 
> Fixes: 9b312e26fc77 ("rockchip: Enable building a SPI ROM image on jerry")
> Cc: Quentin Schulz <foss+ub...@0leil.net>
> Reported-by: Johan Jonker <jbx6...@gmail.com>
> Signed-off-by: Quentin Schulz <quentin.sch...@theobroma-systems.com>
> ---
> 
> added in v3
> 
>  Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index ff25f92974..bbb2a4c088 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2220,7 +2220,8 @@ CLEAN_FILES += include/bmp_logo.h 
> include/bmp_logo_data.h \
>              lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \
>              idbloader.img flash.bin flash.log defconfig keep-syms-lto.c \
>              mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \
> -            itb.fit.fit itb.fit.itb itb.map spl.map
> +            itb.fit.fit itb.fit.itb itb.map spl.map mkimage-out.rom.mkimage \
> +            mkimage.rom.mkimage rom.map simple-bin.map
>  
>  # Directories & files removed with 'make mrproper'
>  MRPROPER_DIRS  += include/config include/generated spl tpl \

Reply via email to