fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 13 Aug 2021 14:21:30 +0000 (17:21 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 13 Aug 2021 14:59:09 +0000 (07:59 -0700)
This adds NTFS3 in fs/Kconfig and fs/Makefile

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/Kconfig
fs/Makefile

index a7749c126b8e2eb05bda028d83d2eb9c2aa27257..6fd7663085217e434c15753e5b9cd4910b8d1f32 100644 (file)
@@ -146,6 +146,7 @@ menu "DOS/FAT/EXFAT/NT Filesystems"
 source "fs/fat/Kconfig"
 source "fs/exfat/Kconfig"
 source "fs/ntfs/Kconfig"
+source "fs/ntfs3/Kconfig"
 
 endmenu
 endif # BLOCK
index f98f3e691c37634157d152b11911be1213359beb..25daacebb5bc6208543c95417afbd42f8f634e80 100644 (file)
@@ -99,6 +99,7 @@ obj-$(CONFIG_SYSV_FS)         += sysv/
 obj-$(CONFIG_CIFS)             += cifs/
 obj-$(CONFIG_HPFS_FS)          += hpfs/
 obj-$(CONFIG_NTFS_FS)          += ntfs/
+obj-$(CONFIG_NTFS3_FS)         += ntfs3/
 obj-$(CONFIG_UFS_FS)           += ufs/
 obj-$(CONFIG_EFS_FS)           += efs/
 obj-$(CONFIG_JFFS2_FS)         += jffs2/