Commit 4f2aadf6 authored by Marijn Kruisselbrink's avatar Marijn Kruisselbrink Committed by Linus Torvalds

[PATCH] fix for drivers/video/logo/Makefile

The fb-logo *.c files are not deleted on a make clean; this patch fixes
this.
parent 503aceb1
...@@ -25,3 +25,6 @@ $(obj)/%_clut224.c: $(src)/%_clut224.ppm ...@@ -25,3 +25,6 @@ $(obj)/%_clut224.c: $(src)/%_clut224.ppm
$(obj)/%_gray256.c: $(src)/%_gray256.pgm $(obj)/%_gray256.c: $(src)/%_gray256.pgm
$(objtree)/scripts/pnmtologo -t gray256 -n $*_gray256 -o $@ $< $(objtree)/scripts/pnmtologo -t gray256 -n $*_gray256 -o $@ $<
# Files generated that shall be removed upon make clean
clean-files := *_mono.c *_vga16.c *_clut224.c *_gray256.c
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment