aufs5-kbuild.patch 675 Bytes
Newer Older
J. R. Okajima's avatar
J. R. Okajima committed
1
2
3
4
SPDX-License-Identifier: GPL-2.0
aufs5.6 kbuild patch

diff --git a/fs/Kconfig b/fs/Kconfig
J. R. Okajima's avatar
J. R. Okajima committed
5
index 708ba336e6899..84eedbf8654e6 100644
J. R. Okajima's avatar
J. R. Okajima committed
6
7
8
9
10
11
12
13
14
15
16
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -266,6 +266,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
J. R. Okajima's avatar
J. R. Okajima committed
17
index 505e511669734..d53a5678fd7da 100644
J. R. Okajima's avatar
J. R. Okajima committed
18
19
20
21
22
23
24
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -135,3 +135,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/