diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-17 09:31:47 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-17 09:31:47 +0000 |
| commit | 355ce628b556535eef278c4d48eb0e94f78646f4 (patch) | |
| tree | f19dc639e01658f23a8d6f7ed9158bb0444cc5a3 /apps/plugins | |
| parent | a229dba4c42d742c14508833cbc4c561634656b0 (diff) | |
| download | rockbox-355ce628b556535eef278c4d48eb0e94f78646f4.zip rockbox-355ce628b556535eef278c4d48eb0e94f78646f4.tar.gz rockbox-355ce628b556535eef278c4d48eb0e94f78646f4.tar.bz2 rockbox-355ce628b556535eef278c4d48eb0e94f78646f4.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index bd22690..33094d4 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,4 +1,6 @@ -#if CONFIG_CPU!=PP5020 /* Temporarily disable plugin building for iPod */ +/* Temporarily disable the plugins for the iPod until we fix the + button assignments and other problems */ +#if (CONFIG_KEYPAD!=IPOD_4G_PAD) && (CONFIG_KEYPAD!=IPOD_NANO_PAD) /* plugins common to all models */ battery_test.c chessclock.c |