diff options
Diffstat (limited to 'uisimulator/common/SOURCES')
| -rw-r--r-- | uisimulator/common/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES index 39f008b..db5b22f 100644 --- a/uisimulator/common/SOURCES +++ b/uisimulator/common/SOURCES @@ -9,10 +9,10 @@ fmradio.c backlight-sim.c #endif -#if !(CONFIG_PLATFORM & PLATFORM_ANDROID) +#if (CONFIG_PLATFORM & PLATFORM_SDL) io.c +sim_tasks.c #endif /* this is still needed for application since it has some stubs */ powermgmt-sim.c -sim_tasks.c stubs.c |