zephyr/subsys/fs/Makefile
Ramesh Thomas e354ad2a36 fs: Move file system code to subsys/
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>
2016-10-30 13:23:58 +00:00

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