]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd5850296cd7c3a4553fb7b8c0f3873fa745a8798
tree2af8da21c22506e6fb7c3b8f00b46f86422648a2
parent7017569025ae4eaf5ab0c6be9c0dcf35323d13d9
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