1
0
Fork 0
forked from len0rd/rockbox

Only compile Matrix on non-mono targets, rather than all bitmap targets.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2007-11-27 01:43:28 +00:00
parent 923cbe3224
commit 00d0a3a661

View file

@ -44,7 +44,6 @@ disktidy.c
flipit.c
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
matrix.c
maze.c
mazezam.c
text_editor.c
@ -133,6 +132,10 @@ alpine_cdc.c
splitedit.c
#endif /* CONFIG_CODEC */
#if LCD_DEPTH > 1 /* non-mono bitmap targets */
matrix.c
#endif
/* Platform-specific plugins */
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
iriverify.c