summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SUBDIRS6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 1d0bfe9cc1..a6b5cda363 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -73,8 +73,10 @@ midi
73#endif 73#endif
74 74
75/* beatbox */ 75/* beatbox */
76#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) \ 76#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \
77 || CONFIG_KEYPAD == SANSA_FUZE_PAD 77 (CONFIG_KEYPAD == SANSA_FUZE_PAD) || \
78 (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
79 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
78/* PDBox is confirmed to run on these player models. */ 80/* PDBox is confirmed to run on these player models. */
79pdbox 81pdbox
80#endif 82#endif