Skip to content

Commit 672b352

Browse files
vincent-mailholhdeller
authored andcommitted
video/logo: remove orphan .pgm Makefile rule
The kernel has no actual grey-scale logos. And looking at the git history, it seems that there never was one (or maybe there was in the pre-git history? I did not check that far…) Remove the Makefile rule for the .pgm grey scale images. Signed-off-by: Vincent Mailhol <mailhol@kernel.org> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent b3dce27 commit 672b352

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

drivers/video/logo/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@ $(obj)/%.c: $(src)/%.pbm $(obj)/pnmtologo FORCE
3030
$(obj)/%.c: $(src)/%.ppm $(obj)/pnmtologo FORCE
3131
$(call if_changed,logo)
3232

33-
$(obj)/%.c: $(src)/%.pgm $(obj)/pnmtologo FORCE
34-
$(call if_changed,logo)
35-
3633
# generated C files
37-
targets += *_mono.c *_vga16.c *_clut224.c *_gray256.c
34+
targets += *_mono.c *_vga16.c *_clut224.c

0 commit comments

Comments
 (0)