mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 06:45:21 +00:00
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>
3 lines
85 B
Makefile
3 lines
85 B
Makefile
obj-$(CONFIG_FILE_SYSTEM_SHELL) += shell.o
|
|
obj-$(CONFIG_FILE_SYSTEM_FAT) += fat_fs.o
|