nrf5/bluetooth: Updating old references to 'sdk' to use the new folder name 'bluetooth' in makefiles.
This commit is contained in:
parent
9e36242259
commit
56d106507a
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue