Chibios: add 'core/protocol' to the makefiles' search path.
This commit is contained in:
parent
1d6c6609e0
commit
58867094c4
@ -152,7 +152,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
|
|||||||
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
|
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
|
||||||
$(CHIBIOS)/os/hal/lib/streams $(CHIBIOS)/os/various \
|
$(CHIBIOS)/os/hal/lib/streams $(CHIBIOS)/os/various \
|
||||||
$(TMK_DIR) $(COMMON_DIR) $(TMK_DIR)/protocol/chibios \
|
$(TMK_DIR) $(COMMON_DIR) $(TMK_DIR)/protocol/chibios \
|
||||||
$(TARGET_DIR)
|
$(TMK_DIR)/protocol $(TARGET_DIR)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project, sources and paths
|
# Project, sources and paths
|
||||||
|
@ -83,6 +83,3 @@ OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown')
|
|||||||
ifdef BOOTLOADER_ADDRESS
|
ifdef BOOTLOADER_ADDRESS
|
||||||
OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
|
OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Search Path
|
|
||||||
VPATH += $(TMK_DIR)/common
|
|
||||||
|
Loading…
Reference in New Issue
Block a user