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:
parent
a229dba4c4
commit
355ce628b5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue