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:
Jens Arnold 2005-06-27 17:52:42 +00:00
parent da6ed62220
commit 9ca433f7bb

View file

@ -1,6 +1,6 @@
configfile.c
highscore.c
#ifdef HAVE_LCD_BITMAP
#if (CONFIG_LCD == LCD_SSD1815) && !defined(SIMULATOR)
gray_black_display.c
gray_blockfuncs.c
gray_clear_display.c