This commit is contained in:
Matthew Kennedy 2023-08-27 02:23:41 -04:00 committed by rusefillc
parent 2c5a6588e9
commit 46cf473015
2 changed files with 2 additions and 2 deletions

View File

@ -232,8 +232,8 @@ $(info LDSCRIPT: $(LDSCRIPT))
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
# check.c goes first to throw error as soon as possible
CSRC = check.c \
# gcc_version_check.c goes first to throw error as soon as possible
CSRC = gcc_version_check.c \
$(ALLCSRC) \
$(BOARDSRC) \
$(CHIBIOS_CONTRIB)/os/various/ramdisk.c \