summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index bbed9d25a8..b155a9f03d 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -24,6 +24,8 @@ debug.c
24/* Common */ 24/* Common */
25#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) 25#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
26libc/errno.c 26libc/errno.c
27/* alsa on linux requires a more advanced sprintf, i.e. not ours */
28libc/sprintf.c
27#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */ 29#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
28libc/atoi.c 30libc/atoi.c
29libc/ctype.c 31libc/ctype.c
@@ -31,7 +33,6 @@ libc/memcmp.c
31libc/memchr.c 33libc/memchr.c
32libc/qsort.c 34libc/qsort.c
33libc/random.c 35libc/random.c
34libc/sprintf.c
35libc/strcat.c 36libc/strcat.c
36libc/strchr.c 37libc/strchr.c
37libc/strcmp.c 38libc/strcmp.c