diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-01-17 19:02:50 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-01-17 19:02:50 +0000 |
| commit | f4b161813f772eec9ce7a6e722317bf43d5b374d (patch) | |
| tree | acac506d96b6171aa3fd9415fd3051839d8f5611 /apps/plugins/SUBDIRS | |
| parent | 80f8570e9b0f89843a6b396b66a4a6582d497450 (diff) | |
| download | rockbox-f4b161813f772eec9ce7a6e722317bf43d5b374d.zip rockbox-f4b161813f772eec9ce7a6e722317bf43d5b374d.tar.gz rockbox-f4b161813f772eec9ce7a6e722317bf43d5b374d.tar.bz2 rockbox-f4b161813f772eec9ce7a6e722317bf43d5b374d.tar.xz | |
Need to build doom on the gigabeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12053 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index aff4a21..2163055 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -29,8 +29,8 @@ zxbox pacbox #endif -/* For all the color targets apart from the Gigabeat */ -#if (defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F)) || \ +/* For all the color targets */ +#if defined(HAVE_LCD_COLOR) || \ (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) doom #endif |