mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:11:57 +00:00
Move a way from misc/ and put in its own subsystem to allow enhancements in the future and make it a core part of Zephyr, not just something misc. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
305 B
Makefile
11 lines
305 B
Makefile
obj-$(CONFIG_FILE_SYSTEM) += fs/
|
|
obj-$(CONFIG_USB) += usb/
|
|
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
|
obj-$(CONFIG_NET_BUF) += net/
|
|
obj-$(CONFIG_CONSOLE_SHELL) += shell/
|
|
obj-$(CONFIG_CONSOLE_PULL) += console/
|
|
obj-$(CONFIG_DISK_ACCESS) += disk/
|
|
obj-$(CONFIG_CPLUSPLUS) += cpp/
|
|
obj-y += logging/
|
|
obj-y += debug/
|