Adds the flash device support for the file system storage media. The implementation is generic for any flash device that implements the flash API support. Origin: original Jira: ZEP-447 Change-Id: Ib89a6a64216cce1461da0bec6fa9588b97e06b41 Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@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
|