aufs6: kbuild

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-07-06 10:31:41 -04:00
parent 3f43eaeb0b
commit aac513e6bc
2 changed files with 2 additions and 0 deletions

View File

@ -317,6 +317,7 @@ source "fs/sysv/Kconfig"
source "fs/ufs/Kconfig"
source "fs/erofs/Kconfig"
source "fs/vboxsf/Kconfig"
source "fs/aufs/Kconfig"
endif # MISC_FILESYSTEMS

View File

@ -130,3 +130,4 @@ obj-$(CONFIG_EROFS_FS) += erofs/
obj-$(CONFIG_VBOXSF_FS) += vboxsf/
obj-$(CONFIG_ZONEFS_FS) += zonefs/
obj-$(CONFIG_YAFFS_FS) += yaffs2/
obj-$(CONFIG_AUFS_FS) += aufs/