]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - fs/Makefile
spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT
[thirdparty/u-boot.git] / fs / Makefile
index f21cd23f033b52bc0e9fb3b7d13b17ced32d85a7..bebea6a749d22c9a6ed22975691886a2228d0876 100644 (file)
@@ -6,7 +6,7 @@
 
 ifdef CONFIG_SPL_BUILD
 obj-$(CONFIG_FS_LOADER) += fs.o
-obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/
+obj-$(CONFIG_SPL_FS_FAT) += fat/
 obj-$(CONFIG_SPL_EXT_SUPPORT) += ext4/
 else
 obj-y                          += fs.o