summaryrefslogtreecommitdiffstatshomepage
path: root/teensy
diff options
context:
space:
mode:
Diffstat (limited to 'teensy')
-rw-r--r--teensy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index 1c896c390f..4e97cbc6a9 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -101,7 +101,6 @@ STM_SRC_C = $(addprefix stmhal/,\
printf.c \
pyexec.c \
pybstdio.c \
- string0.c \
)
STM_SRC_S = $(addprefix stmhal/,\
@@ -109,6 +108,7 @@ STM_SRC_S = $(addprefix stmhal/,\
)
LIB_SRC_C = $(addprefix lib/,\
+ libc/string0.c \
mp-readline/readline.c \
)