1
0
Fork 0

video/logo: remove unneeded *.o pattern from clean-files

The pattern *.o is cleaned up globally by the top Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
alistair/sunxi64-5.4-dsi
Masahiro Yamada 2019-08-21 13:12:34 +09:00
parent 7a8beb7ad5
commit a9bbe79fd5
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@ $(obj)/%_gray256.c: $(src)/%_gray256.pgm $(pnmtologo) FORCE
$(call if_changed,logo)
# Files generated that shall be removed upon make clean
clean-files := *.o *_mono.c *_vga16.c *_clut224.c *_gray256.c
clean-files := *_mono.c *_vga16.c *_clut224.c *_gray256.c