mirror of https://github.com/rusefi/fome-fw.git
rename
This commit is contained in:
parent
a7bc3f4fc0
commit
05086ed73f
|
@ -59,7 +59,7 @@ Initialize the checkout:
|
|||
|
||||
## Building
|
||||
|
||||
See [firmware/check.c](firmware/check.c) for the recommended version of GCC.
|
||||
See [firmware/gcc_version_check.c](firmware/gcc_version_check.c) for the recommended version of GCC.
|
||||
|
||||
Check out https://rusefi.com/forum/viewtopic.php?f=5&t=9
|
||||
|
||||
|
|
|
@ -229,8 +229,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 \
|
||||
|
|
Loading…
Reference in New Issue