Skip to content

Commit

Permalink
video/logo: remove unneeded *.o pattern from clean-files
Browse files Browse the repository at this point in the history
The pattern *.o is cleaned up globally by the top Makefile.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Oct 5, 2019
1 parent 7a8beb7 commit a9bbe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/logo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit a9bbe79

Please sign in to comment.