Re: [PATCH] Makefile: add drivers/video/u_boot_logo.S to clean

2022-03-28 Thread Tom Rini
On Sat, Mar 19, 2022 at 01:33:25PM +0100, Heinrich Schuchardt wrote: > make sandbox_defconfig > make mrproper > make tests > > fails with > > ../drivers/video/u_boot_logo.S: Assembler messages: > ../drivers/video/u_boot_logo.S:5: Error: file not found: > drivers/video/u_boot_logo.bmp > > We ha

Re: [PATCH] Makefile: add drivers/video/u_boot_logo.S to clean

2022-03-21 Thread Simon Glass
On Sat, 19 Mar 2022 at 06:33, Heinrich Schuchardt wrote: > > make sandbox_defconfig > make mrproper > make tests > > fails with > > ../drivers/video/u_boot_logo.S: Assembler messages: > ../drivers/video/u_boot_logo.S:5: Error: file not found: > drivers/video/u_boot_logo.bmp > > We have to delete

[PATCH] Makefile: add drivers/video/u_boot_logo.S to clean

2022-03-19 Thread Heinrich Schuchardt
make sandbox_defconfig make mrproper make tests fails with ../drivers/video/u_boot_logo.S: Assembler messages: ../drivers/video/u_boot_logo.S:5: Error: file not found: drivers/video/u_boot_logo.bmp We have to delete the generated file. Signed-off-by: Heinrich Schuchardt --- Makefile | 3 ++-