fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
This adds NTFS3 in fs/Kconfig and fs/Makefile Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
This commit is contained in:
Родитель
12dad495ea
Коммит
6e5be40d32
|
@ -146,6 +146,7 @@ menu "DOS/FAT/EXFAT/NT Filesystems"
|
||||||
source "fs/fat/Kconfig"
|
source "fs/fat/Kconfig"
|
||||||
source "fs/exfat/Kconfig"
|
source "fs/exfat/Kconfig"
|
||||||
source "fs/ntfs/Kconfig"
|
source "fs/ntfs/Kconfig"
|
||||||
|
source "fs/ntfs3/Kconfig"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
endif # BLOCK
|
endif # BLOCK
|
||||||
|
|
|
@ -99,6 +99,7 @@ obj-$(CONFIG_SYSV_FS) += sysv/
|
||||||
obj-$(CONFIG_CIFS) += cifs/
|
obj-$(CONFIG_CIFS) += cifs/
|
||||||
obj-$(CONFIG_HPFS_FS) += hpfs/
|
obj-$(CONFIG_HPFS_FS) += hpfs/
|
||||||
obj-$(CONFIG_NTFS_FS) += ntfs/
|
obj-$(CONFIG_NTFS_FS) += ntfs/
|
||||||
|
obj-$(CONFIG_NTFS3_FS) += ntfs3/
|
||||||
obj-$(CONFIG_UFS_FS) += ufs/
|
obj-$(CONFIG_UFS_FS) += ufs/
|
||||||
obj-$(CONFIG_EFS_FS) += efs/
|
obj-$(CONFIG_EFS_FS) += efs/
|
||||||
obj-$(CONFIG_JFFS2_FS) += jffs2/
|
obj-$(CONFIG_JFFS2_FS) += jffs2/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче