Explorar el Código

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

tags/v2.9
flabbergast hace 8 años
padre
commit
58867094c4
Se han modificado 2 ficheros con 1 adiciones y 4 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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

Cargando…
Cancelar
Guardar