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
d622b09bc0
zephyr
/
subsys
/
Makefile
3 lines
59 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/