Makefile: add drivers/video/u_boot_logo.S to clean
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 19 Mar 2022 12:33:25 +0000 (13:33 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 28 Mar 2022 12:22:17 +0000 (08:22 -0400)
commit0652d44bec7d5af0d0381e1ad6ed2b25a6389178
tree2af8da21c22506e6fb7c3b8f00b46f86422648a2
parent8b9c77053cb4292309f9046df99861c0ed4756b0
Makefile: add drivers/video/u_boot_logo.S to clean

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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile