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
9394605211
zephyr
/
fs
/
Makefile
3 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
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_FS_FAT_RAM_DISK)
+=
fat_ram_diskio.o
fs: Adds the glue layer for the Fat FS module Adds the glue layer to interface the Fat FS module with Zephyr file system API. Origin: Original Jira: ZEP-228 ZEP-483 Change-Id: I878fdad8ecaf46992d6163e24a9b0b633f49154f Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-07-29 17:24:37 +08:00
obj-$(CONFIG_FILE_SYSTEM_FAT)
+=
fat_fs.o