Skip to content

Commit 3cc46c7

Browse files
committed
Fix compiles
1 parent 9d10a3d commit 3cc46c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mpy-cross/mpy-cross.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ SRC_C += \
6767
shared/runtime/gchelper_generic.c \
6868
supervisor/stub/safe_mode.c \
6969
supervisor/stub/stack.c \
70-
supervisor/shared/translate.c
70+
supervisor/shared/translate/translate.c
7171

7272
# Add fmode when compiling with mingw gcc
7373
COMPILER_TARGET := $(shell $(CC) -dumpmachine)

ports/unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ SRC_C += \
233233
supervisor/stub/filesystem.c \
234234
supervisor/stub/safe_mode.c \
235235
supervisor/stub/stack.c \
236-
supervisor/shared/translate.c \
236+
supervisor/shared/translate/translate.c \
237237
$(SRC_MOD) \
238238
$(wildcard $(VARIANT_DIR)/*.c)
239239

0 commit comments

Comments
 (0)