Fix build errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12416 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
45c187ce1d
commit
ac6e19a90c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ button.c
|
|||
kernel.c
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd-bitmap.c
|
||||
#elif HAVE_LCD_CHARCELLS
|
||||
#elif defined(HAVE_LCD_CHARCELLS)
|
||||
lcd-charcell.c
|
||||
#endif
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "lcd-sdl.h"
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "lcd-bitmap.h"
|
||||
#elif HAVE_LCD_CHARCELLS
|
||||
#elif defined(HAVE_LCD_CHARCELLS)
|
||||
#include "lcd-charcell.h"
|
||||
#endif
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
|
|
Loading…
Reference in a new issue