diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-04-09 17:47:32 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-04-09 17:47:32 +0000 |
| commit | 87ac614ccd18f8481aae7fa7baf855b5b01ee48b (patch) | |
| tree | 31366265cabd301cbf336d8ea94c3c6ca0fa6146 /apps/plugins/SUBDIRS | |
| parent | 61e798ff27edc6a491f76c567ec20f8adab38217 (diff) | |
| download | rockbox-87ac614ccd18f8481aae7fa7baf855b5b01ee48b.zip rockbox-87ac614ccd18f8481aae7fa7baf855b5b01ee48b.tar.gz rockbox-87ac614ccd18f8481aae7fa7baf855b5b01ee48b.tar.bz2 rockbox-87ac614ccd18f8481aae7fa7baf855b5b01ee48b.tar.xz | |
Enable rockboy for M5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13084 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 34e83f0..5ac85a3 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -3,9 +3,8 @@ /* For all targets */ /* For various targets... */ -#if (CONFIG_KEYPAD == RECORDER_PAD) || \ - (CONFIG_KEYPAD == IRIVER_H100_PAD) || \ - defined(HAVE_LCD_COLOR) +#if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \ + || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5) rockboy #endif |