Chibios: add 'core/protocol' to the makefiles' search path.

This commit is contained in:
flabbergast 2015-12-30 10:46:08 +01:00
parent 1d6c6609e0
commit 58867094c4
2 changed files with 1 additions and 4 deletions

View file

@ -83,6 +83,3 @@ OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown')
ifdef BOOTLOADER_ADDRESS
OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
endif
# Search Path
VPATH += $(TMK_DIR)/common