summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 16dc9ca608..68074dbbec 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -24,6 +24,7 @@ debug.c
24/* Standard library */ 24/* Standard library */
25#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) 25#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
26libc/errno.c 26libc/errno.c
27libc/strtok.c
27/* alsa on linux requires a more advanced sprintf, i.e. not ours */ 28/* alsa on linux requires a more advanced sprintf, i.e. not ours */
28libc/sprintf.c 29libc/sprintf.c
29#endif /* !SIMULATOR || __MINGW32__ || __CYGWIN__ */ 30#endif /* !SIMULATOR || __MINGW32__ || __CYGWIN__ */
@@ -40,7 +41,6 @@ libc/strcmp.c
40libc/strcpy.c 41libc/strcpy.c
41libc/strncmp.c 42libc/strncmp.c
42libc/strrchr.c 43libc/strrchr.c
43libc/strtok.c
44libc/strstr.c 44libc/strstr.c
45libc/mktime.c 45libc/mktime.c
46#endif /* !defined(SIMULATOR)*/ 46#endif /* !defined(SIMULATOR)*/