diff options
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 9c9ebf53fc..b2b353bda2 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -37,7 +37,11 @@ target/hosted/sdl/lcd-remote-bitmap.c #endif target/hosted/sdl/lcd-sdl.c target/hosted/sdl/system-sdl.c +#ifdef HAVE_SDL_THREADS target/hosted/sdl/thread-sdl.c +#else +thread.c +#endif target/hosted/sdl/timer-sdl.c #ifdef HAVE_TOUCHSCREEN target/hosted/sdl/key_to_touch-sdl.c |