diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SUBDIRS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 70cffe7..34e83f0 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 |