From 3a84c8b58d7c87785bf1ae48eb41c91ecde9fc1c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 5 Apr 2015 21:44:20 +0300 Subject: string0.c: Move from stmhal/ to lib/. --- teensy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teensy') 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 \ ) -- cgit v1.2.3