summaryrefslogtreecommitdiff
path: root/ports/nrf/Makefile
diff options
context:
space:
mode:
authorarturo182 <arturo182@tlen.pl>2018-02-07 20:36:19 +0100
committerarturo182 <arturo182@tlen.pl>2018-02-07 22:41:26 +0100
commit29ae4cdd1cd8d9dd4cdaabc29b6dd682b590106d (patch)
tree3a3fe1ef8f2675805a77b45a0e8424f220c6aa8f /ports/nrf/Makefile
parent47c8e20e5a17b72078faa4b1962c515def819578 (diff)
nrf: Fix building pca10056 without SD
Diffstat (limited to 'ports/nrf/Makefile')
-rw-r--r--ports/nrf/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile
index 9049bdb64..37fb2dc80 100644
--- a/ports/nrf/Makefile
+++ b/ports/nrf/Makefile
@@ -19,9 +19,6 @@ ifeq ($(SD), )
include boards/$(BOARD)/mpconfigboard.mk
-include mpconfigport.mk
-INC += -Idrivers/bluetooth/s132_$(MCU_VARIANT)_$(SOFTDEV_VERSION)/s132_$(MCU_VARIANT)_$(SOFTDEV_VERSION)_API/include
-INC += -Idrivers/bluetooth/s132_$(MCU_VARIANT)_$(SOFTDEV_VERSION)/s132_$(MCU_VARIANT)_$(SOFTDEV_VERSION)_API/include/$(MCU_VARIANT)
-
else
# If the build directory is not given, make it reflect the board name.
BUILD ?= build-$(BOARD)-$(SD_LOWER)