diff options
author | Dave Chapman <dave@dchapman.com> | 2005-11-13 11:52:54 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-11-13 11:52:54 +0000 |
commit | e8dcb5481744d27cc5b0e44ef210c53287bb56da (patch) | |
tree | e094d4ce6c9d0f09ce6bcba3351cae1204e3fab5 | |
parent | 7944771772042d924a9779d9126837a01cc0ad36 (diff) | |
download | rockbox-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
-rw-r--r-- | apps/plugins/SOURCES | 2 |
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 */ |