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>
3 lines
97 B
Makefile
3 lines
97 B
Makefile
obj-$(CONFIG_FILE_SYSTEM) += fs/
|
|
obj-$(CONFIG_USB) += usb/
|
|
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|