diff options
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 0728e8a56..1909e0d76 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -52,12 +52,12 @@ SRC_C = \ STM_SRC_C = $(addprefix stmhal/,\ printf.c \ - string0.c \ pyexec.c \ pybstdio.c \ ) LIB_SRC_C = $(addprefix lib/,\ + libc/string0.c \ mp-readline/readline.c \ ) |
