diff options
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 57f7258282..926891eeea 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -35,6 +35,12 @@ target/hosted/sdl/lcd-sdl.c target/hosted/sdl/system-sdl.c target/hosted/sdl/thread-sdl.c target/hosted/sdl/timer-sdl.c +#ifdef HAVE_TOUCHSCREEN +target/hosted/sdl/key_to_touch-sdl.c +#endif +#ifdef APPLICATION +target/hosted/sdl/app/button-application.c +#endif #endif panic.c debug.c |