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:
Stepan Moskovchenko 2007-09-27 04:46:53 +00:00
parent 8b6d28790e
commit 750f0acee3
2 changed files with 2 additions and 1 deletions

View file

@ -63,6 +63,7 @@ plugins/lib/*.[ch]
plugins/lib/Makefile
plugins/lib/SOURCES
plugins/midi/*.[ch]
plugins/midi/Makefile
plugins/mpegplayer/*.[chS]
plugins/mpegplayer/AUTHORS
plugins/mpegplayer/Makefile

View file

@ -43,7 +43,7 @@ doom
/* For all the swcodec targets */
#if CONFIG_CODEC == SWCODEC
midi
#beatbox
/* beatbox */
mpegplayer
#endif