Disk IO functions are used by both FS and USB Mass Storage. This patch refactors those from FS directory to a separate one. In addition existing, config options were modified to make stuff meaningful. Jira: ZEP-1276 Change-Id: Ia2a2e18f3dbbbdb964c3dc0427d8138ad86134cd Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
9 lines
234 B
Makefile
9 lines
234 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_DISK_ACCESS) += disk/
|
|
obj-y += logging/
|
|
obj-y += debug/
|