Don't try to compile the grayscale lib for unsupported configurations, saves compile time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6895 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
da6ed62220
commit
9ca433f7bb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
configfile.c
|
configfile.c
|
||||||
highscore.c
|
highscore.c
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#if (CONFIG_LCD == LCD_SSD1815) && !defined(SIMULATOR)
|
||||||
gray_black_display.c
|
gray_black_display.c
|
||||||
gray_blockfuncs.c
|
gray_blockfuncs.c
|
||||||
gray_clear_display.c
|
gray_clear_display.c
|
||||||
|
|
Loading…
Reference in a new issue