This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
1c40b964a0
zephyr
/
subsys
/
bluetooth
/
Makefile
3 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
Bluetooth: Move Bluetooth host stack to subsys 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>
2016-11-02 17:06:56 +08:00
obj-$(CONFIG_BLUETOOTH)
+=
host/
Bluetooth: Move controller code to subsys/bluetooth Move controller code from drivers/controller to subsys/bluetooth/controller. Change-Id: I73f675188485aa3267507bad7647796e593a3da0 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-11-02 19:07:55 +08:00
obj-$(CONFIG_BLUETOOTH_CONTROLLER)
+=
controller/