projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8beb7
)
video/logo: remove unneeded *.o pattern from clean-files
author
Masahiro Yamada
<
[email protected]
>
Wed, 21 Aug 2019 04:12:34 +0000
(13:12 +0900)
committer
Masahiro Yamada
<
[email protected]
>
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 <
[email protected]
>
drivers/video/logo/Makefile
patch
|
blob
|
history
diff --git
a/drivers/video/logo/Makefile
b/drivers/video/logo/Makefile
index 228a89b9bdd135f9e029d5b132909d92dda858c6..10b75ce3ce09d2c6821f5ac06b6c27b5c31eb8f2 100644
(file)
--- a/
drivers/video/logo/Makefile
+++ b/
drivers/video/logo/Makefile
@@
-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