Fix compiles
This commit is contained in:
parent
9d10a3da66
commit
3cc46c74b9
@ -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)
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user