diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-06-27 17:52:42 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-06-27 17:52:42 +0000 |
commit | 9ca433f7bb1fbd5bd85bc4400cf1c3958e915fae (patch) | |
tree | d65b9ecee701d685a67b67ca7b610f016bbb42af /apps/plugins/lib | |
parent | da6ed622202a2000180c7396e448eff09fe811bd (diff) |
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
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r-- | apps/plugins/lib/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 0914f109da..396ed062ac 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -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 |