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
a4e033fdba
zephyr
/
subsys
/
Makefile
4 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
fs: Move file system code to subsys/ Subsystems code will reside in subsys/ folder. This patch creates the folder and moves FS code there. Jira: ZEP-1120 Change-Id: If3b1bcb996c5fbd4056cd5d1920d41d29810d6b2 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-10-29 19:10:36 +08:00
obj-$(CONFIG_FILE_SYSTEM)
+=
fs/
usb: move usb subsystem to subsys/usb and cleanup header inclusion Change-Id: I5bdfd2cf5fee62af2ca772d778477f4f378a6a55 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-10-31 04:33:25 +08:00
obj-$(CONFIG_USB)
+=
usb/
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)
+=
bluetooth/