Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2022-07-29 10:35:05 -04:00 committed by GitHub
parent f4a3c8d161
commit 38cc34acf8
1 changed files with 4 additions and 0 deletions

View File

@ -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