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
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
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 ++-
3 matches
Mail list logo