summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-01-17 19:02:50 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-01-17 19:02:50 +0000
commitf4b161813f772eec9ce7a6e722317bf43d5b374d (patch)
treeacac506d96b6171aa3fd9415fd3051839d8f5611
parent80f8570e9b0f89843a6b396b66a4a6582d497450 (diff)
downloadrockbox-f4b161813f772eec9ce7a6e722317bf43d5b374d.tar.gz
rockbox-f4b161813f772eec9ce7a6e722317bf43d5b374d.zip
Need to build doom on the gigabeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12053 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/SUBDIRS4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index aff4a21d36..2163055fa8 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -29,8 +29,8 @@ zxbox
29pacbox 29pacbox
30#endif 30#endif
31 31
32/* For all the color targets apart from the Gigabeat */ 32/* For all the color targets */
33#if (defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F)) || \ 33#if defined(HAVE_LCD_COLOR) || \
34 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) 34 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
35doom 35doom
36#endif 36#endif