Revision e7b5a625 modules/PowerManagement_1-1/Makefile
modules/PowerManagement_1-1/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 = STM32F405xG.ld |
Also available in: Unified diff