summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-08 13:34:48 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-08 13:34:48 +0000
commit349345db394600529865a4871bcc3c119ca95643 (patch)
tree1a5578efbc405963869af7a60e9d78a0badd83df /apps/plugins/SUBDIRS
parent1322ae02f9ba77bbe6abff872593f051c4e6d1b5 (diff)
downloadrockbox-349345db394600529865a4871bcc3c119ca95643.zip
rockbox-349345db394600529865a4871bcc3c119ca95643.tar.gz
rockbox-349345db394600529865a4871bcc3c119ca95643.tar.bz2
rockbox-349345db394600529865a4871bcc3c119ca95643.tar.xz
Enabled pacbox for M5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13071 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS5
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