diff options
| author | Vincent Mailhol <mailhol@kernel.org> | 2026-01-08 20:04:49 +0100 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2026-02-14 11:09:46 +0100 |
| commit | 672b35216282199fa2906fb32697a25a686a1adc (patch) | |
| tree | 0aa00ab67e347debb9aeda0ae8c1247dab0e9429 /drivers | |
| parent | b3dce279c900ea6b46431b86c9804b4738ff0ec2 (diff) | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/logo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/logo/Makefile b/drivers/video/logo/Makefile index 895c60b8402e..8b67c4941a4c 100644 --- a/drivers/video/logo/Makefile +++ b/drivers/video/logo/Makefile @@ -30,8 +30,5 @@ $(obj)/%.c: $(src)/%.pbm $(obj)/pnmtologo FORCE $(obj)/%.c: $(src)/%.ppm $(obj)/pnmtologo FORCE $(call if_changed,logo) -$(obj)/%.c: $(src)/%.pgm $(obj)/pnmtologo FORCE - $(call if_changed,logo) - # generated C files -targets += *_mono.c *_vga16.c *_clut224.c *_gray256.c +targets += *_mono.c *_vga16.c *_clut224.c |
