summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
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
37#endif 37#endif
38target/hosted/sdl/lcd-sdl.c 38target/hosted/sdl/lcd-sdl.c
39target/hosted/sdl/system-sdl.c 39target/hosted/sdl/system-sdl.c
40#ifdef HAVE_SDL_THREADS
40target/hosted/sdl/thread-sdl.c 41target/hosted/sdl/thread-sdl.c
42#else
43thread.c
44#endif
41target/hosted/sdl/timer-sdl.c 45target/hosted/sdl/timer-sdl.c
42#ifdef HAVE_TOUCHSCREEN 46#ifdef HAVE_TOUCHSCREEN
43target/hosted/sdl/key_to_touch-sdl.c 47target/hosted/sdl/key_to_touch-sdl.c