fix nRF build directory naming
This commit is contained in:
parent
c3c1717813
commit
7c51201e88
@ -24,14 +24,8 @@
|
||||
|
||||
include ../../py/circuitpy_mkenv.mk
|
||||
|
||||
SD_LOWER = $(shell echo $(SD) | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
ifneq ($(SD), )
|
||||
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
|
||||
|
||||
CROSS_COMPILE = arm-none-eabi-
|
||||
|
Loading…
x
Reference in New Issue
Block a user