no one is reading the bottom of https://github.com/rusefi/rusefi
This commit is contained in:
parent
e6efa892f5
commit
106d6b8b7b
|
@ -3,6 +3,14 @@
|
||||||
# NOTE: Can be overridden externally.
|
# NOTE: Can be overridden externally.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ifeq ("$(wildcard ChibiOS4/os/common/startup/ARMCMx/compilers/GCC/rules.mk)","")
|
||||||
|
#
|
||||||
|
# todo: someone please figure out the syntax to invoke 'git submodule update --init' from here
|
||||||
|
#
|
||||||
|
$(error Modules are missing? Did you execute 'git submodule update --init'?)
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# by default EXTRA_PARAMS is empty and we create 'debug' version of the firmware with additional assertions and statistics
|
# by default EXTRA_PARAMS is empty and we create 'debug' version of the firmware with additional assertions and statistics
|
||||||
# for 'release' options see 'clean_compile_two_versions.bat' file
|
# for 'release' options see 'clean_compile_two_versions.bat' file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue