summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES7
1 files changed, 3 insertions, 4 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 5591f684af..4e8567cf7e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -108,17 +108,16 @@ target/hosted/maemo/maemo-thread.c
108 108
109/* Standard library */ 109/* Standard library */
110#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(__MINGW32__) || defined(__CYGWIN__) 110#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(__MINGW32__) || defined(__CYGWIN__)
111libc/errno.c
112libc/strtok.c 111libc/strtok.c
113/* alsa on linux requires a more advanced sprintf, i.e. not ours */
114libc/sprintf.c
115#endif /* PLATFORM_NATIVE || __MINGW32__ || __CYGWIN__ */ 112#endif /* PLATFORM_NATIVE || __MINGW32__ || __CYGWIN__ */
116#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(HAVE_ROCKBOX_C_LIBRARY) 113#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(HAVE_ROCKBOX_C_LIBRARY)
117libc/atoi.c 114libc/atoi.c
118 115libc/errno.c
119#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 116#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
120/* our ctype.[ch] comes from newlib and is incompitble with most desktop's ctype */ 117/* our ctype.[ch] comes from newlib and is incompitble with most desktop's ctype */
121libc/ctype.c 118libc/ctype.c
119/* alsa on linux requires a more advanced sprintf, i.e. not ours */
120libc/sprintf.c
122#endif 121#endif
123 122
124libc/memchr.c 123libc/memchr.c