summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-10-23 15:40:51 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-10-23 15:40:51 +0000
commit56ddddc274cf3fbefba2f7f634ca4bcb48778883 (patch)
tree1703b0f80588bddcd096bdc1384b8bc838e7246b /apps/plugins/SOURCES
parenta3117328e943c23cf542059386e2ce53a0e796fe (diff)
downloadrockbox-56ddddc274cf3fbefba2f7f634ca4bcb48778883.tar.gz
rockbox-56ddddc274cf3fbefba2f7f634ca4bcb48778883.zip
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15282 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index c7f55ee062..33ebec31bd 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,4 +1,3 @@
1#ifndef OLYMPUS_MROBE_500
2/* plugins common to all models */ 1/* plugins common to all models */
3battery_bench.c 2battery_bench.c
4chessclock.c 3chessclock.c
@@ -21,6 +20,8 @@ stopwatch.c
21vbrfix.c 20vbrfix.c
22viewer.c 21viewer.c
23 22
23#ifndef OLYMPUS_MROBE_500
24
24#if CONFIG_CODEC == SWCODEC 25#if CONFIG_CODEC == SWCODEC
25metronome.c 26metronome.c
26#endif 27#endif