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>
4 lines
146 B
Makefile
4 lines
146 B
Makefile
obj-$(CONFIG_FS_FAT_RAM_DISK) += fat_ram_diskio.o
|
|
obj-$(CONFIG_FS_FAT_FLASH_DISK) += fat_flash_diskio.o
|
|
obj-$(CONFIG_FILE_SYSTEM_FAT) += fat_fs.o
|