summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2006-04-03 16:17:48 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2006-04-03 16:17:48 +0000
commit9f57ce484e41f64fc6788d9acc26c0c0638b7305 (patch)
tree3658283dff432d9815df97bfd7ca30c3b20778ce
parent50b4d12d7aac040426f4149c53dfe8ca0856eb46 (diff)
downloadrockbox-9f57ce484e41f64fc6788d9acc26c0c0638b7305.tar.gz
rockbox-9f57ce484e41f64fc6788d9acc26c0c0638b7305.zip
Start building for H100's
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9457 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/SUBDIRS2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 922d562330..2e29b3e512 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -28,7 +28,7 @@ pacbox
28#endif 28#endif
29 29
30/* For all the color targets apart from the Gigabeat */ 30/* For all the color targets apart from the Gigabeat */
31#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) 31#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) || defined(IRIVER_H100_SERIES)
32doom 32doom
33#endif 33#endif
34 34