Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2022-07-29 10:35:05 -04:00 committed by GitHub
parent 55b65c73d6
commit 085e5f2156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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