Skip to content

Commit e49851a

Browse files
committed
Chibios: add default location for chibios-contrib.
1 parent 32c69e0 commit e49851a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tool/chibios/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
chibios
2+
chibios-contrib

tool/chibios/chibios.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ endif
8484

8585
# Imported source files and paths
8686
CHIBIOS ?= $(TMK_DIR)/tool/chibios/chibios
87+
CHIBIOS_CONTRIB ?= $(TMK_DIR)/tool/chibios/chibios-contrib
8788
# Startup files. Try a few different locations, for compability with old versions and
8889
# for things hardware in the contrib repository
8990
STARTUP_MK = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_$(MCU_STARTUP).mk

0 commit comments

Comments
 (0)