]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
video/logo: remove unneeded *.o pattern from clean-files
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 04:12:34 +0000 (13:12 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Oct 2019 06:29:49 +0000 (15:29 +0900)
The pattern *.o is cleaned up globally by the top Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/video/logo/Makefile

index 228a89b9bdd135f9e029d5b132909d92dda858c6..10b75ce3ce09d2c6821f5ac06b6c27b5c31eb8f2 100644 (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