]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Chibios: add 'core/protocol' to the makefiles' search path.
authorflabbergast <s3+flabbergast@sdfeu.org>
Wed, 30 Dec 2015 09:46:08 +0000 (10:46 +0100)
committerflabbergast <s3+flabbergast@sdfeu.org>
Wed, 30 Dec 2015 09:46:08 +0000 (10:46 +0100)
tmk_core/tool/chibios/chibios.mk
tmk_core/tool/chibios/common.mk

index 0f6af53db3cecf9212eb015bed976c064715a620..a67e067ab55a64f53ef3fb119b7e84474f7a018a 100644 (file)
@@ -152,7 +152,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
          $(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
          $(CHIBIOS)/os/hal/lib/streams $(CHIBIOS)/os/various \
          $(TMK_DIR) $(COMMON_DIR) $(TMK_DIR)/protocol/chibios \
-         $(TARGET_DIR)
+         $(TMK_DIR)/protocol $(TARGET_DIR)
 
 #
 # Project, sources and paths
index 883054a45d501bd18ca2189e6b201af689bcf2de..7e3cccc9193a1098d0b62e3cc80871e2b1ecc668 100644 (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