summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES45
1 files changed, 33 insertions, 12 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index a68c4921ba..070f0d4a62 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -59,17 +59,27 @@ target/hosted/sdl/lcd-remote-bitmap.c
59target/hosted/sdl/lcd-sdl.c 59target/hosted/sdl/lcd-sdl.c
60target/hosted/sdl/system-sdl.c 60target/hosted/sdl/system-sdl.c
61#ifdef HAVE_SDL_THREADS 61#ifdef HAVE_SDL_THREADS
62target/hosted/sdl/thread-sdl.c 62target/hosted/sdl/filesystem-sdl.c
63#else
64#endif 63#endif
64target/hosted/sdl/load_code-sdl.c
65target/hosted/sdl/timer-sdl.c 65target/hosted/sdl/timer-sdl.c
66#ifdef HAVE_TOUCHSCREEN 66#ifdef HAVE_TOUCHSCREEN
67target/hosted/sdl/key_to_touch-sdl.c 67target/hosted/sdl/key_to_touch-sdl.c
68#endif 68#endif
69#ifdef APPLICATION 69#ifdef APPLICATION
70target/hosted/sdl/app/load_code-sdl-app.c
70target/hosted/sdl/app/button-application.c 71target/hosted/sdl/app/button-application.c
71#endif 72#ifdef WIN32
72#endif 73target/hosted/filesystem-win32.c
74#else /* !WIN32 */
75target/hosted/filesystem-unix.c
76#endif /* WIN32 */
77#endif /* APPLICATION */
78#endif /* HAVE_SDL */
79
80#ifdef APPLICATION
81target/hosted/filesystem-app.c
82#endif /* APPLICATION */
73 83
74#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) 84#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)
75target/hosted/kernel-unix.c 85target/hosted/kernel-unix.c
@@ -163,19 +173,19 @@ common/crc32-mi4.c
163common/crc32-rkw.c 173common/crc32-rkw.c
164#endif 174#endif
165#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 175#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
166common/dir_uncached.c 176common/dir.c
177common/disk_cache.c
167common/file.c 178common/file.c
179common/file_internal.c
168common/disk.c 180common/disk.c
181common/fileobj_mgr.c
169#endif /* PLATFORM_NATIVE */ 182#endif /* PLATFORM_NATIVE */
170#ifdef HAVE_DIRCACHE 183#ifdef HAVE_DIRCACHE
171common/dircache.c 184common/dircache.c
172#endif /* HAVE_DIRCACHE */ 185#endif /* HAVE_DIRCACHE */
173common/filefuncs.c 186common/pathfuncs.c
174common/format.c 187common/format.c
175common/linked_list.c 188common/linked_list.c
176#ifdef APPLICATION
177common/rbpaths.c
178#endif
179common/strcasecmp.c 189common/strcasecmp.c
180common/strcasestr.c 190common/strcasestr.c
181common/strnatcmp.c 191common/strnatcmp.c
@@ -1816,7 +1826,20 @@ target/hosted/android/app/button-application.c
1816drivers/audio/android.c 1826drivers/audio/android.c
1817#endif 1827#endif
1818 1828
1819#endif /* defined(SIMULATOR) */ 1829#else /* defined(SIMULATOR) */
1830
1831#ifdef WIN32
1832asm/mempcpy.c
1833target/hosted/filesystem-win32.c
1834#else /* !WIN32 */
1835target/hosted/filesystem-unix.c
1836#endif /* WIN32 */
1837target/hosted/sdl/load_code-sdl.c
1838#ifdef HAVE_SDL_THREADS
1839target/hosted/sdl/filesystem-sdl.c
1840#endif
1841
1842#endif /* !defined(SIMULATOR) */
1820 1843
1821#if defined(HAVE_TOUCHPAD) && !defined(HAS_BUTTON_HOLD) 1844#if defined(HAVE_TOUCHPAD) && !defined(HAS_BUTTON_HOLD)
1822drivers/touchpad.c 1845drivers/touchpad.c
@@ -1826,9 +1849,7 @@ drivers/touchpad.c
1826#ifdef HAVE_CORELOCK_OBJECT 1849#ifdef HAVE_CORELOCK_OBJECT
1827kernel/corelock.c 1850kernel/corelock.c
1828#endif 1851#endif
1829#if 0 /* pending dependent code */
1830kernel/mrsw_lock.c 1852kernel/mrsw_lock.c
1831#endif
1832kernel/mutex.c 1853kernel/mutex.c
1833kernel/queue.c 1854kernel/queue.c
1834#ifdef HAVE_SEMAPHORE_OBJECTS 1855#ifdef HAVE_SEMAPHORE_OBJECTS