commit | 0652d44bec7d5af0d0381e1ad6ed2b25a6389178 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Mar 19 13:33:25 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 28 08:22:17 2022 -0400 |
tree | 2af8da21c22506e6fb7c3b8f00b46f86422648a2 | |
parent | 8b9c77053cb4292309f9046df99861c0ed4756b0 [diff] |
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>