Re: [PATCH v5 3/8] rockchip: remove binman temporary files when cleaning

2022-09-01 Thread Kever Yang
On 2022/8/26 23:36, Quentin Schulz wrote: From: Quentin Schulz 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 Reported-by: Johan Jonker Signed-off-b

Re: [PATCH v5 3/8] rockchip: remove binman temporary files when cleaning

2022-08-26 Thread Simon Glass
On Fri, 26 Aug 2022 at 09:37, Quentin Schulz wrote: > > From: Quentin Schulz > > 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 > Reported-by: Joh

[PATCH v5 3/8] rockchip: remove binman temporary files when cleaning

2022-08-26 Thread Quentin Schulz
From: Quentin Schulz 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 Reported-by: Johan Jonker Signed-off-by: Quentin Schulz --- added in v3 Makefile