diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 70cffe7e0d..34e83f0195 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -20,8 +20,9 @@ sudoku zxbox #endif -/* For all the colour targets and iriver H1x0 */ -#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) +/* For all the colour targets, iriver H1x0 and iAudio M5 */ +#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) \ + || defined(IAUDIO_M5) pacbox #endif