We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed2fd6 commit a35cdeaCopy full SHA for a35cdea
tool/chibios/chibios.mk
@@ -152,7 +152,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
152
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
153
$(CHIBIOS)/os/hal/lib/streams $(CHIBIOS)/os/various \
154
$(TMK_DIR) $(COMMON_DIR) $(TMK_DIR)/protocol/chibios \
155
- $(TARGET_DIR)
+ $(TMK_DIR)/protocol $(TARGET_DIR)
156
157
#
158
# Project, sources and paths
tool/chibios/common.mk
@@ -83,6 +83,3 @@ OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown')
83
ifdef BOOTLOADER_ADDRESS
84
OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
85
endif
86
-
87
-# Search Path
88
-VPATH += $(TMK_DIR)/common
0 commit comments