zephyr/subsys/fs/Makefile
Anas Nashif c6a8014e1c subsys: fs: consolidate elm FAT kconfig options
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-03 08:43:50 -04:00

4 lines
132 B
Makefile

obj-$(CONFIG_FILE_SYSTEM_SHELL) += shell.o
obj-$(CONFIG_FAT_FILESYSTEM_ELM) += fat_fs.o
obj-$(CONFIG_FILE_SYSTEM_NFFS) += nffs_fs.o