Move the Bluetooth host stack from net/bluetooth to subsys/bluetooth/host. This is preparation for having both host and controller under the same root, i.e. subsys/bluetooth/. Change-Id: I3bc796f7e331fca0c485f3890d62b9c03e027b96 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
6 lines
219 B
Makefile
6 lines
219 B
Makefile
subdir-ccflags-$(CONFIG_NBLE) +=-I$(srctree)/drivers/bluetooth
|
|
|
|
obj-$(CONFIG_NBLE) += gap.o conn.o gatt.o uart.o rpc_serialize.o \
|
|
rpc_deserialize.o stubs.o smp.o \
|
|
../../../subsys/bluetooth/host/uuid.o
|