1
0
Fork 0
forked from len0rd/rockbox

On second thoughts, let's compile Matrix for all non-mono bitmap displays.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15829 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2007-11-27 01:28:00 +00:00
parent 4fb825eed9
commit a8f900384b
3 changed files with 12 additions and 6 deletions

View file

@ -44,6 +44,7 @@ disktidy.c
flipit.c
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
matrix.c
maze.c
mazezam.c
text_editor.c
@ -111,7 +112,6 @@ fireworks.c
xobox.c
spacerocks.c
#if LCD_DEPTH >= 16
matrix.c
rockpaint.c
#endif