Skip to content
Snippets Groups Projects
Commit a9bbe79f authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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


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

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 7a8beb7a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment