Browse Source

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

tags/v2.9
flabbergast 8 years ago
parent
commit
58867094c4
2 changed files with 1 additions and 4 deletions
  1. 1
    1
      tmk_core/tool/chibios/chibios.mk
  2. 0
    3
      tmk_core/tool/chibios/common.mk

+ 1
- 1
tmk_core/tool/chibios/chibios.mk View 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

+ 0
- 3
tmk_core/tool/chibios/common.mk 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

Loading…
Cancel
Save