1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2005-11-17 09:31:47 +00:00
parent a229dba4c4
commit 355ce628b5

View file

@ -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 */ /* plugins common to all models */
battery_test.c battery_test.c
chessclock.c chessclock.c