diff options
-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 */ |