helping build?

This commit is contained in:
rusefillc 2021-07-05 11:51:54 -04:00
parent 995ed02ff7
commit 19e991ffd8
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ PROJECT_DIR = ..
# Imported source files and paths
CHIBIOS = $(PROJECT_DIR)/ChibiOS
CHIBIOS_CONTRIB = $(PROJECT_DIR)/ChibiOS-Contrib
# todo: looks like 'CHIBIOS_CONTRIB' path is universal shall we defined it only once?
CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
RULESFILE = $(RULESPATH)/rules.mk