aufs5: aufs-kbuild

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-03-19 12:33:42 -04:00
parent 5f293abd2f
commit 4ccfe358c5
2 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,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

@ -137,3 +137,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/