Allow users to specify build configurations

This commit is contained in:
George Oikonomou 2018-10-18 20:14:48 +01:00
parent 44d3f78b9c
commit 0622889add
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ endif
BUILD_DIR = build
BUILD_DIR_TARGET = $(BUILD_DIR)/$(TARGET)
BUILD_DIR_BOARD = $(BUILD_DIR_TARGET)/$(BOARD)
BUILD_DIR_BOARD = $(BUILD_DIR_TARGET)/$(BOARD)/$(BUILD_DIR_CONFIG)
OBJECTDIR = $(BUILD_DIR_BOARD)/obj
CONTIKI_NG_TARGET_LIB = $(BUILD_DIR_BOARD)/contiki-ng-$(TARGET).a