mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 02:46:17 +00:00
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>
2 lines
41 B
Makefile
2 lines
41 B
Makefile
obj-$(CONFIG_FAT_FILESYSTEM_ELM) += fat/
|