On Wed, 3 Aug 2022 at 06:19, Quentin Schulz <[email protected]> wrote: > > From: Quentin Schulz <[email protected]> > > 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 <[email protected]> > Reported-by: Johan Jonker <[email protected]> > Signed-off-by: Quentin Schulz <[email protected]> > --- > > added in v3 > > Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >
Reviewed-by: Simon Glass <[email protected]> This is a stop gap. Really we need a way for binman to print out a list of files it would generate, so we can use that for 'rm'.

