summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStepan Moskovchenko <stevenm@rockbox.org>2007-09-27 04:46:53 +0000
committerStepan Moskovchenko <stevenm@rockbox.org>2007-09-27 04:46:53 +0000
commit750f0acee30b5b89fb1547cc8bbe1b9f165044bf (patch)
tree0060d21d240123cb801fba6b99f1013266ca83e1
parent8b6d28790ee9e546e48616afbb622246c0962c79 (diff)
downloadrockbox-750f0acee30b5b89fb1547cc8bbe1b9f165044bf.tar.gz
rockbox-750f0acee30b5b89fb1547cc8bbe1b9f165044bf.zip
Add Makefile to FILES and fix comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14864 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/FILES1
-rw-r--r--apps/plugins/SUBDIRS2
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/FILES b/apps/FILES
index 363a6d7082..d3c7fdf069 100644
--- a/apps/FILES
+++ b/apps/FILES
@@ -63,6 +63,7 @@ plugins/lib/*.[ch]
63plugins/lib/Makefile 63plugins/lib/Makefile
64plugins/lib/SOURCES 64plugins/lib/SOURCES
65plugins/midi/*.[ch] 65plugins/midi/*.[ch]
66plugins/midi/Makefile
66plugins/mpegplayer/*.[chS] 67plugins/mpegplayer/*.[chS]
67plugins/mpegplayer/AUTHORS 68plugins/mpegplayer/AUTHORS
68plugins/mpegplayer/Makefile 69plugins/mpegplayer/Makefile
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 60a5b8a77f..6cdc8650df 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -43,7 +43,7 @@ doom
43/* For all the swcodec targets */ 43/* For all the swcodec targets */
44#if CONFIG_CODEC == SWCODEC 44#if CONFIG_CODEC == SWCODEC
45midi 45midi
46#beatbox 46/* beatbox */
47mpegplayer 47mpegplayer
48#endif 48#endif
49 49