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

$(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

+ 0
- 3
tmk_core/tool/chibios/common.mk View File

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…
Cancel
Save