12345678910111213141516171819202122232425 |
- SPDX-License-Identifier: GPL-2.0
- aufs5.15.41 kbuild patch
- diff --git a/fs/Kconfig b/fs/Kconfig
- index a6313a969bc5..aca4b89d41a1 100644
- --- a/fs/Kconfig
- +++ b/fs/Kconfig
- @@ -312,6 +312,7 @@ source "fs/sysv/Kconfig"
- source "fs/ufs/Kconfig"
- source "fs/erofs/Kconfig"
- source "fs/vboxsf/Kconfig"
- +source "fs/aufs/Kconfig"
-
- endif # MISC_FILESYSTEMS
-
- diff --git a/fs/Makefile b/fs/Makefile
- index 84c5e4cdfee5..b4fcdad8412e 100644
- --- a/fs/Makefile
- +++ b/fs/Makefile
- @@ -138,3 +138,4 @@ obj-$(CONFIG_EFIVAR_FS) += efivarfs/
- obj-$(CONFIG_EROFS_FS) += erofs/
- obj-$(CONFIG_VBOXSF_FS) += vboxsf/
- obj-$(CONFIG_ZONEFS_FS) += zonefs/
- +obj-$(CONFIG_AUFS_FS) += aufs/
|