SPDX-License-Identifier: GPL-2.0 aufs5.4.3 kbuild patch diff --git a/fs/Kconfig b/fs/Kconfig index 2501e6f1f965..38a6a5991da9 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -264,6 +264,7 @@ source "fs/pstore/Kconfig" source "fs/sysv/Kconfig" source "fs/ufs/Kconfig" source "fs/erofs/Kconfig" +source "fs/aufs/Kconfig" endif # MISC_FILESYSTEMS diff --git a/fs/Makefile b/fs/Makefile index 14231b4cf383..8765e191ebe0 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -132,3 +132,4 @@ obj-$(CONFIG_CEPH_FS) += ceph/ obj-$(CONFIG_PSTORE) += pstore/ obj-$(CONFIG_EFIVAR_FS) += efivarfs/ obj-$(CONFIG_EROFS_FS) += erofs/ +obj-$(CONFIG_AUFS_FS) += aufs/