12345678910111213141516171819202122232425 |
- SPDX-License-Identifier: GPL-2.0
- aufs6.6.63 kbuild patch
- diff --git a/fs/Kconfig b/fs/Kconfig
- index aa7e03cc1941..bf780967b6c4 100644
- --- a/fs/Kconfig
- +++ b/fs/Kconfig
- @@ -331,6 +331,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 f9541f40be4e..3a0e13ee39e7 100644
- --- a/fs/Makefile
- +++ b/fs/Makefile
- @@ -129,3 +129,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/
|