diff options
| author | Robert Kukla <roolku@rockbox.org> | 2008-04-08 19:31:45 +0000 |
|---|---|---|
| committer | Robert Kukla <roolku@rockbox.org> | 2008-04-08 19:31:45 +0000 |
| commit | 43def523e4d103bcb10c32125317db7ab2c480b9 (patch) | |
| tree | dc15d7c5cbdf066e9ab5cbe1885d3ff915ed9cdf /apps/plugins/SUBDIRS | |
| parent | 9de7def24d5502ea37504e19a82dd4fe16035a8f (diff) | |
| download | rockbox-43def523e4d103bcb10c32125317db7ab2c480b9.zip rockbox-43def523e4d103bcb10c32125317db7ab2c480b9.tar.gz rockbox-43def523e4d103bcb10c32125317db7ab2c480b9.tar.bz2 rockbox-43def523e4d103bcb10c32125317db7ab2c480b9.tar.xz | |
m:robe - build doom plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17036 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -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 b0bffc7..d3d92f5 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -33,7 +33,7 @@ pacbox #endif /* For all the color targets */ -#if defined(HAVE_LCD_COLOR) || \ +#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) doom #endif |