pdbox: Added compilation on iPod 1G-4G.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26501 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2f848fe39
commit
471f50682b
1 changed files with 4 additions and 2 deletions
|
@ -73,8 +73,10 @@ midi
|
|||
#endif
|
||||
|
||||
/* beatbox */
|
||||
#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) \
|
||||
|| CONFIG_KEYPAD == SANSA_FUZE_PAD
|
||||
#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \
|
||||
(CONFIG_KEYPAD == SANSA_FUZE_PAD) || \
|
||||
(CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
|
||||
(CONFIG_KEYPAD == IPOD_1G2G_PAD)
|
||||
/* PDBox is confirmed to run on these player models. */
|
||||
pdbox
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue