summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-17 09:31:47 +0000
committerDave Chapman <dave@dchapman.com>2005-11-17 09:31:47 +0000
commit355ce628b556535eef278c4d48eb0e94f78646f4 (patch)
treef19dc639e01658f23a8d6f7ed9158bb0444cc5a3
parenta229dba4c42d742c14508833cbc4c561634656b0 (diff)
downloadrockbox-355ce628b556535eef278c4d48eb0e94f78646f4.tar.gz
rockbox-355ce628b556535eef278c4d48eb0e94f78646f4.zip
iPod: CONFIG_CPU is not defined for the sims - use CONFIG_KEYPAD to disable plugins for the iPod (which is probably a better choice anyway)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7925 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index bd226908b0..33094d4643 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,4 +1,6 @@
1#if CONFIG_CPU!=PP5020 /* Temporarily disable plugin building for iPod */ 1/* Temporarily disable the plugins for the iPod until we fix the
2 button assignments and other problems */
3#if (CONFIG_KEYPAD!=IPOD_4G_PAD) && (CONFIG_KEYPAD!=IPOD_NANO_PAD)
2/* plugins common to all models */ 4/* plugins common to all models */
3battery_test.c 5battery_test.c
4chessclock.c 6chessclock.c