diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-04-08 13:34:48 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-04-08 13:34:48 +0000 |
| commit | 349345db394600529865a4871bcc3c119ca95643 (patch) | |
| tree | 1a5578efbc405963869af7a60e9d78a0badd83df /apps/plugins/SUBDIRS | |
| parent | 1322ae02f9ba77bbe6abff872593f051c4e6d1b5 (diff) | |
| download | rockbox-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/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 |