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 #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