core/linux/aufs3-kbuild.patch

36 lines
966 B
Diff
Raw Normal View History

2013-05-21 01:35:28 +08:00
aufs3.9 kbuild patch
diff --git a/fs/Kconfig b/fs/Kconfig
2013-05-02 00:28:53 +08:00
index 780725a..d460c05 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
2013-05-02 00:28:53 +08:00
@@ -211,6 +211,7 @@ source "fs/sysv/Kconfig"
source "fs/ufs/Kconfig"
source "fs/exofs/Kconfig"
2013-05-02 00:28:53 +08:00
source "fs/f2fs/Kconfig"
+source "fs/aufs/Kconfig"
endif # MISC_FILESYSTEMS
diff --git a/fs/Makefile b/fs/Makefile
2013-05-02 00:28:53 +08:00
index 9d53192..e70f08f 100644
--- a/fs/Makefile
+++ b/fs/Makefile
2013-05-02 00:28:53 +08:00
@@ -127,3 +127,4 @@ obj-$(CONFIG_F2FS_FS) += f2fs/
obj-y += exofs/ # Multiple modules
obj-$(CONFIG_CEPH_FS) += ceph/
obj-$(CONFIG_PSTORE) += pstore/
+obj-$(CONFIG_AUFS_FS) += aufs/
2013-05-21 01:35:28 +08:00
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index 5c8a1d2..fea7572 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -56,6 +56,7 @@ header-y += atmppp.h
header-y += atmsap.h
header-y += atmsvc.h
header-y += audit.h
+header-y += aufs_type.h
header-y += auto_fs.h
header-y += auto_fs4.h
header-y += auxvec.h