12345678910111213141516171819202122232425 |
- SPDX-License-Identifier: GPL-2.0
- aufs4.19 kbuild patch
- diff --git a/fs/Kconfig b/fs/Kconfig
- index ac474a6..284cee9 100644
- --- a/fs/Kconfig
- +++ b/fs/Kconfig
- @@ -255,6 +255,7 @@ source "fs/pstore/Kconfig"
- source "fs/sysv/Kconfig"
- source "fs/ufs/Kconfig"
- source "fs/exofs/Kconfig"
- +source "fs/aufs/Kconfig"
-
- endif # MISC_FILESYSTEMS
-
- diff --git a/fs/Makefile b/fs/Makefile
- index 293733f..12d19d0 100644
- --- a/fs/Makefile
- +++ b/fs/Makefile
- @@ -128,3 +128,4 @@ obj-y += exofs/ # Multiple modules
- obj-$(CONFIG_CEPH_FS) += ceph/
- obj-$(CONFIG_PSTORE) += pstore/
- obj-$(CONFIG_EFIVAR_FS) += efivarfs/
- +obj-$(CONFIG_AUFS_FS) += aufs/
|