Fix compiles

This commit is contained in:
Scott Shawcroft 2022-05-27 15:39:55 -07:00
parent 9d10a3da66
commit 3cc46c74b9
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ SRC_C += \
shared/runtime/gchelper_generic.c \ shared/runtime/gchelper_generic.c \
supervisor/stub/safe_mode.c \ supervisor/stub/safe_mode.c \
supervisor/stub/stack.c \ supervisor/stub/stack.c \
supervisor/shared/translate.c supervisor/shared/translate/translate.c
# Add fmode when compiling with mingw gcc # Add fmode when compiling with mingw gcc
COMPILER_TARGET := $(shell $(CC) -dumpmachine) COMPILER_TARGET := $(shell $(CC) -dumpmachine)

View File

@ -233,7 +233,7 @@ SRC_C += \
supervisor/stub/filesystem.c \ supervisor/stub/filesystem.c \
supervisor/stub/safe_mode.c \ supervisor/stub/safe_mode.c \
supervisor/stub/stack.c \ supervisor/stub/stack.c \
supervisor/shared/translate.c \ supervisor/shared/translate/translate.c \
$(SRC_MOD) \ $(SRC_MOD) \
$(wildcard $(VARIANT_DIR)/*.c) $(wildcard $(VARIANT_DIR)/*.c)