Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix as I don't know a better solution yet) :/

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-04-29 22:58:56 +00:00
parent a7f4e1f1c5
commit 23e505b32b
2 changed files with 7 additions and 7 deletions

View file

@ -91,9 +91,13 @@
#define HAVE_BACKLIGHT
#define HAVE_BACKLIGHT_BRIGHTNESS
#ifndef BOOTLOADER
/* Support for LCD sleep/BCM shutdown */
#define HAVE_LCD_SLEEP
#define HAVE_LCD_SLEEP_SETTING
/* The same code may also be used when shutting down the iPod */
#define HAVE_LCD_SHUTDOWN
#endif
/* We can fade the backlight by using PWM */
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM
@ -211,9 +215,4 @@
#define IPOD_ACCESSORY_PROTOCOL
#define HAVE_SERIAL
#ifndef BOOTLOADER
/* The same code may also be used when shutting down the iPod */
#define HAVE_LCD_SHUTDOWN
#endif
#endif