diff options
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/SOURCES | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES index 5f068c5bdc..4f9fb05a6a 100644 --- a/uisimulator/common/SOURCES +++ b/uisimulator/common/SOURCES @@ -1,4 +1,4 @@ -#ifndef APPLICATION +#ifdef SIMULATOR lcd-common.c #ifdef HAVE_LCD_CHARCELLS font-player.c @@ -9,10 +9,8 @@ fmradio.c backlight-sim.c #endif -#if (CONFIG_PLATFORM & PLATFORM_SDL) io.c sim_tasks.c powermgmt-sim.c -#endif -/* this is still needed for application since it has some stubs */ stubs.c +/* this is still needed for application since it has some stubs */ |