diff options
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 2 |
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__) |
26 | libc/errno.c | 26 | libc/errno.c |
27 | libc/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 */ |
28 | libc/sprintf.c | 29 | libc/sprintf.c |
29 | #endif /* !SIMULATOR || __MINGW32__ || __CYGWIN__ */ | 30 | #endif /* !SIMULATOR || __MINGW32__ || __CYGWIN__ */ |
@@ -40,7 +41,6 @@ libc/strcmp.c | |||
40 | libc/strcpy.c | 41 | libc/strcpy.c |
41 | libc/strncmp.c | 42 | libc/strncmp.c |
42 | libc/strrchr.c | 43 | libc/strrchr.c |
43 | libc/strtok.c | ||
44 | libc/strstr.c | 44 | libc/strstr.c |
45 | libc/mktime.c | 45 | libc/mktime.c |
46 | #endif /* !defined(SIMULATOR)*/ | 46 | #endif /* !defined(SIMULATOR)*/ |