mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 01:25:22 +00:00
Change-Id: I446be0202325cf3cead7ce3024ca2047e3f7660d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
161 B
Makefile
7 lines
161 B
Makefile
obj-$(CONFIG_FILE_SYSTEM) += fs/
|
|
obj-$(CONFIG_USB) += usb/
|
|
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
|
obj-$(CONFIG_NET_BUF) += net/
|
|
obj-y += logging/
|
|
obj-y += debug/
|