diff options
| author | Wincent Balin <wincent@rockbox.org> | 2010-06-03 03:05:47 +0000 |
|---|---|---|
| committer | Wincent Balin <wincent@rockbox.org> | 2010-06-03 03:05:47 +0000 |
| commit | 471f50682bc0a7e094e21746ddcc92dcba849363 (patch) | |
| tree | 8f18b55c047b0c4def5520ffbf256be62bb69016 /apps/plugins/SUBDIRS | |
| parent | d2f848fe39f951c8ea456429cd4290f125d11772 (diff) | |
| download | rockbox-471f50682bc0a7e094e21746ddcc92dcba849363.zip rockbox-471f50682bc0a7e094e21746ddcc92dcba849363.tar.gz rockbox-471f50682bc0a7e094e21746ddcc92dcba849363.tar.bz2 rockbox-471f50682bc0a7e094e21746ddcc92dcba849363.tar.xz | |
pdbox: Added compilation on iPod 1G-4G.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26501 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 1d0bfe9..a6b5cda 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -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 |