fix nRF build directory naming
This commit is contained in:
parent
c3c1717813
commit
7c51201e88
|
@ -24,14 +24,8 @@
|
||||||
|
|
||||||
include ../../py/circuitpy_mkenv.mk
|
include ../../py/circuitpy_mkenv.mk
|
||||||
|
|
||||||
SD_LOWER = $(shell echo $(SD) | tr '[:upper:]' '[:lower:]')
|
|
||||||
|
|
||||||
ifneq ($(SD), )
|
ifneq ($(SD), )
|
||||||
include bluetooth/bluetooth_common.mk
|
include bluetooth/bluetooth_common.mk
|
||||||
ifeq ($(BUILD), build-$(BOARD))
|
|
||||||
# Build directory with SD if it's different from the default.
|
|
||||||
BUILD = build-$(BOARD)-$(SD_LOWER)
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CROSS_COMPILE = arm-none-eabi-
|
CROSS_COMPILE = arm-none-eabi-
|
||||||
|
|
Loading…
Reference in New Issue