nrf5/bluetooth: Updating old references to 'sdk' to use the new folder name 'bluetooth' in makefiles.

This commit is contained in:
Glenn Ruben Bakke 2017-03-04 17:58:31 +01:00
parent 9e36242259
commit 56d106507a
2 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ else
include ../py/mkenv.mk
include boards/$(BOARD)/mpconfigboard_$(SD_LOWER).mk
include sdk/bluetooth_common.mk
include bluetooth/bluetooth_common.mk
endif
# qstr definitions (must come before including py.mk)

View File

@ -17,16 +17,16 @@ else ifeq ($(SD), s132)
CFLAGS += -DBLUETOOTH_SD=132
SOFTDEV_HEX_NAME = s132_nrf52_3.0.0_softdevice.hex
#else ifeq ($(SD), s1xx)
# include sdk/iot_0.9.0/sdk.mk
# include bluetooth/iot_0.9.0/sdk.mk
else
$(error Incorrect softdevice set flag)
endif
SOFTDEV_HEX = $(lastword $(wildcard $(SDK_ROOT)/components/softdevice/$(SD)/hex/$(SOFTDEV_HEX_NAME)))
INC += -I./sdk
INC += -I./bluetooth
SRC_C += \
sdk/modble.c \
sdk/ble_drv.c \
sdk/ble_uart.c
bluetooth/modble.c \
bluetooth/ble_drv.c \
bluetooth/ble_uart.c