diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2006-04-03 16:17:48 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2006-04-03 16:17:48 +0000 |
| commit | 9f57ce484e41f64fc6788d9acc26c0c0638b7305 (patch) | |
| tree | 3658283dff432d9815df97bfd7ca30c3b20778ce /apps/plugins | |
| parent | 50b4d12d7aac040426f4149c53dfe8ca0856eb46 (diff) | |
| download | rockbox-9f57ce484e41f64fc6788d9acc26c0c0638b7305.zip rockbox-9f57ce484e41f64fc6788d9acc26c0c0638b7305.tar.gz rockbox-9f57ce484e41f64fc6788d9acc26c0c0638b7305.tar.bz2 rockbox-9f57ce484e41f64fc6788d9acc26c0c0638b7305.tar.xz | |
Start building for H100's
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9457 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 922d562..2e29b3e 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -28,7 +28,7 @@ pacbox #endif /* For all the color targets apart from the Gigabeat */ -#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) +#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) || defined(IRIVER_H100_SERIES) doom #endif |