core: Change chibios repo directory names
This commit is contained in:
parent
bd0f670345
commit
9839bb83d9
2 changed files with 6 additions and 6 deletions
|
|
@ -83,8 +83,8 @@ endif
|
|||
#
|
||||
|
||||
# Imported source files and paths
|
||||
CHIBIOS ?= $(TMK_DIR)/tool/chibios/chibios
|
||||
CHIBIOS_CONTRIB ?= $(TMK_DIR)/tool/chibios/chibios-contrib
|
||||
CHIBIOS ?= $(TMK_DIR)/tool/chibios/ChibiOS
|
||||
CHIBIOS_CONTRIB ?= $(TMK_DIR)/tool/chibios/ChibiOS-Contrib
|
||||
# Startup files. Try a few different locations, for compability with old versions and
|
||||
# for things hardware in the contrib repository
|
||||
STARTUP_MK = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_$(MCU_STARTUP).mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue