fix nRF build directory naming

This commit is contained in:
MicroDev 2022-11-19 00:18:35 +05:30
parent c3c1717813
commit 7c51201e88
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730
1 changed files with 0 additions and 6 deletions

View File

@ -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-