Skip to content

Commit 7c51201

Browse files
committed
fix nRF build directory naming
1 parent c3c1717 commit 7c51201

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ports/nrf/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@
2424

2525
include ../../py/circuitpy_mkenv.mk
2626

27-
SD_LOWER = $(shell echo $(SD) | tr '[:upper:]' '[:lower:]')
28-
2927
ifneq ($(SD), )
3028
include bluetooth/bluetooth_common.mk
31-
ifeq ($(BUILD), build-$(BOARD))
32-
# Build directory with SD if it's different from the default.
33-
BUILD = build-$(BOARD)-$(SD_LOWER)
34-
endif
3529
endif
3630

3731
CROSS_COMPILE = arm-none-eabi-

0 commit comments

Comments
 (0)