mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 10:32:42 -05:00
Add Makefile to FILES and fix comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14864 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8b6d28790e
commit
750f0acee3
2 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ plugins/lib/*.[ch]
|
||||||
plugins/lib/Makefile
|
plugins/lib/Makefile
|
||||||
plugins/lib/SOURCES
|
plugins/lib/SOURCES
|
||||||
plugins/midi/*.[ch]
|
plugins/midi/*.[ch]
|
||||||
|
plugins/midi/Makefile
|
||||||
plugins/mpegplayer/*.[chS]
|
plugins/mpegplayer/*.[chS]
|
||||||
plugins/mpegplayer/AUTHORS
|
plugins/mpegplayer/AUTHORS
|
||||||
plugins/mpegplayer/Makefile
|
plugins/mpegplayer/Makefile
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ doom
|
||||||
/* For all the swcodec targets */
|
/* For all the swcodec targets */
|
||||||
#if CONFIG_CODEC == SWCODEC
|
#if CONFIG_CODEC == SWCODEC
|
||||||
midi
|
midi
|
||||||
#beatbox
|
/* beatbox */
|
||||||
mpegplayer
|
mpegplayer
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue