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

Simon Glass sjg at chromium.org
Wed Aug 3 20:13:53 CEST 2022


On Wed, 3 Aug 2022 at 06:19, Quentin Schulz <foss+uboot at 0leil.net> wrote:
>
> From: Quentin Schulz <quentin.schulz at 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+uboot at 0leil.net>
> Reported-by: Johan Jonker <jbx6244 at gmail.com>
> Signed-off-by: Quentin Schulz <quentin.schulz at theobroma-systems.com>
> ---
>
> added in v3
>
>  Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

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'.


More information about the U-Boot mailing list