Skip to content

Commit a35cdea

Browse files
committed
Chibios: add 'core/protocol' to the makefiles' search path.
1 parent 5ed2fd6 commit a35cdea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tool/chibios/chibios.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
152152
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
153153
$(CHIBIOS)/os/hal/lib/streams $(CHIBIOS)/os/various \
154154
$(TMK_DIR) $(COMMON_DIR) $(TMK_DIR)/protocol/chibios \
155-
$(TARGET_DIR)
155+
$(TMK_DIR)/protocol $(TARGET_DIR)
156156

157157
#
158158
# Project, sources and paths

tool/chibios/common.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,3 @@ OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown')
8383
ifdef BOOTLOADER_ADDRESS
8484
OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
8585
endif
86-
87-
# Search Path
88-
VPATH += $(TMK_DIR)/common

0 commit comments

Comments
 (0)