summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index ac1a3e1be4..08ba20c610 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -20,7 +20,10 @@ rolo.c
20#endif /* !defined(BOOTLOADER) || defined(CPU_SH) */ 20#endif /* !defined(BOOTLOADER) || defined(CPU_SH) */
21thread.c 21thread.c
22timer.c 22timer.c
23debug.c
23#endif /* PLATFORM_NATIVE */ 24#endif /* PLATFORM_NATIVE */
25panic.c
26
24#ifdef HAVE_SDL 27#ifdef HAVE_SDL
25target/hosted/sdl/button-sdl.c 28target/hosted/sdl/button-sdl.c
26target/hosted/sdl/kernel-sdl.c 29target/hosted/sdl/kernel-sdl.c
@@ -43,8 +46,6 @@ target/hosted/sdl/key_to_touch-sdl.c
43target/hosted/sdl/app/button-application.c 46target/hosted/sdl/app/button-application.c
44#endif 47#endif
45#endif 48#endif
46panic.c
47debug.c
48 49
49/* Standard library */ 50/* Standard library */
50#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(__MINGW32__) || defined(__CYGWIN__) 51#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(__MINGW32__) || defined(__CYGWIN__)
@@ -1707,6 +1708,9 @@ target/hosted/android/fs-android.c
1707target/hosted/android/lcd-android.c 1708target/hosted/android/lcd-android.c
1708target/hosted/android/lc-android.c 1709target/hosted/android/lc-android.c
1709target/hosted/android/button-android.c 1710target/hosted/android/button-android.c
1711#ifdef DEBUG
1712target/hosted/android/debug-android.c
1713#endif
1710target/hosted/android/kernel-android.c 1714target/hosted/android/kernel-android.c
1711target/hosted/android/pcm-android.c 1715target/hosted/android/pcm-android.c
1712target/hosted/android/powermgmt-android.c 1716target/hosted/android/powermgmt-android.c