Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
55b65c73d6
commit
085e5f2156
|
@ -9,6 +9,10 @@ CHIBIOS = ChibiOS
|
|||
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
|
||||
RULESFILE = $(RULESPATH)/rules.mk
|
||||
|
||||
ifneq ("$(wildcard $(../.git))","")
|
||||
$(error ../.git not found. We expect source code to be cloned not downloaded as zip file.")
|
||||
endif
|
||||
|
||||
include rusefi_rules.mk
|
||||
|
||||
# Define project name here
|
||||
|
|
Loading…
Reference in New Issue