Revision e7b5a625 modules/NUCLEO-F103RB/Makefile

View differences:

modules/NUCLEO-F103RB/Makefile
124 124
# Module specific paths and directories.
125 125
MODULE_DIR := .
126 126
CONFIG_DIR := $(MODULEDIR)
127
ifeq ($(BUILD_DIR),)
128
  BUILD_DIR := $(PROJECT_PATH)/build
127
ifeq ($(BUILDDIR),)
128
  BUILDDIR := $(PROJECT_PATH)/build
129 129
endif
130
DEP_DIR := $(dir $(BUILD_DIR)).dep
130
DEPDIR := $(dir $(BUILDDIR)).dep
131 131

  
132 132
# Linker script.
133 133
LDSCRIPT = STM32F103xB.ld

Also available in: Unified diff