summaryrefslogtreecommitdiffstats
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-13 11:52:54 +0000
committerDave Chapman <dave@dchapman.com>2005-11-13 11:52:54 +0000
commite8dcb5481744d27cc5b0e44ef210c53287bb56da (patch)
treee094d4ce6c9d0f09ce6bcba3351cae1204e3fab5 /apps/plugins/SOURCES
parent7944771772042d924a9779d9126837a01cc0ad36 (diff)
downloadrockbox-e8dcb5481744d27cc5b0e44ef210c53287bb56da.tar.gz
rockbox-e8dcb5481744d27cc5b0e44ef210c53287bb56da.zip
iPod: Disable building the plugins for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7842 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 331ab809c3..bd226908b0 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,3 +1,4 @@
+#if CONFIG_CPU!=PP5020 /* Temporarily disable plugin building for iPod */
/* plugins common to all models */
battery_test.c
chessclock.c
@@ -83,3 +84,4 @@ midi2wav.c
splitedit.c
metronome.c
#endif
+#endif /* PP5020 */