This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
0f3a69a313
zephyr
/
ext
/
fs
/
fat
/
Kbuild
3 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fs: Update FatFs Kconfig names Modified the Kconfig flag names to identify external FS with source. This is required to differentiate between additional external Fat FS code tht may be added in future. Jira: ZEP-285 Change-Id: Ief4d11f57494fa1f7ba234182b8b922bc82575cc Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-06-04 04:42:45 +08:00
obj-$(CONFIG_FAT_FILESYSTEM_ELM) += ff.o
fs: Adds diskio interface Adds the diskio interface for the FAT file system. This revision uses RAM to emulate disk storage. Origin: Original Jira: ZEP-285 Change-Id: I7a30c8761d5ed9b564f1d1e08482c5ef199d7372 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-07-26 07:20:54 +08:00
obj-$(CONFIG_FAT_FILESYSTEM_ELM) += zfs_diskio.o