1
0
Fork 0
forked from len0rd/rockbox

Need to build doom on the gigabeat

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12053 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2007-01-17 19:02:50 +00:00
parent 80f8570e9b
commit f4b161813f

View file

@ -29,8 +29,8 @@ zxbox
pacbox pacbox
#endif #endif
/* For all the color targets apart from the Gigabeat */ /* For all the color targets */
#if (defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F)) || \ #if defined(HAVE_LCD_COLOR) || \
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300) (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
doom doom
#endif #endif