all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -46,14 +46,14 @@ LIBS =
|
||||
SRC_C = \
|
||||
main.c \
|
||||
uart_core.c \
|
||||
lib/utils/printf.c \
|
||||
lib/utils/stdout_helpers.c \
|
||||
lib/utils/pyexec.c \
|
||||
lib/mp-readline/readline.c \
|
||||
shared/libc/printf.c \
|
||||
shared/readline/readline.c \
|
||||
shared/runtime/pyexec.c \
|
||||
shared/runtime/stdout_helpers.c \
|
||||
$(BUILD)/_frozen_mpy.c \
|
||||
|
||||
ifeq ($(CROSS), 1)
|
||||
SRC_C += lib/libc/string0.c
|
||||
SRC_C += shared/libc/string0.c
|
||||
endif
|
||||
|
||||
OBJ = $(PY_CORE_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "py/repl.h"
|
||||
#include "py/gc.h"
|
||||
#include "py/mperrno.h"
|
||||
#include "lib/utils/pyexec.h"
|
||||
#include "shared/runtime/pyexec.h"
|
||||
|
||||
#if MICROPY_ENABLE_COMPILER
|
||||
void do_str(const char *src, mp_parse_input_kind_t input_kind) {
|
||||
|
||||
Reference in New Issue
Block a user