wok-undigest view linux/stuff/aufs3-kbuild.patch @ rev 1087

Add: linux with Kultex kernel config
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 28 10:14:11 2013 +0100 (2013-12-28)
parents
children
line source
1 aufs3.2 kbuild patch
3 diff --git a/fs/Kconfig b/fs/Kconfig
4 index 5f4c45d..357a8a6 100644
5 --- a/fs/Kconfig
6 +++ b/fs/Kconfig
7 @@ -215,6 +215,7 @@ source "fs/pstore/Kconfig"
8 source "fs/sysv/Kconfig"
9 source "fs/ufs/Kconfig"
10 source "fs/exofs/Kconfig"
11 +source "fs/aufs/Kconfig"
13 endif # MISC_FILESYSTEMS
15 diff --git a/fs/Makefile b/fs/Makefile
16 index d2c3353..680ad8a 100644
17 --- a/fs/Makefile
18 +++ b/fs/Makefile
19 @@ -123,3 +123,4 @@ obj-$(CONFIG_GFS2_FS) += gfs2/
20 obj-y += exofs/ # Multiple modules
21 obj-$(CONFIG_CEPH_FS) += ceph/
22 obj-$(CONFIG_PSTORE) += pstore/
23 +obj-$(CONFIG_AUFS_FS) += aufs/
24 diff --git a/include/linux/Kbuild b/include/linux/Kbuild
25 index 619b565..29f386b 100644
26 --- a/include/linux/Kbuild
27 +++ b/include/linux/Kbuild
28 @@ -65,6 +65,7 @@ header-y += atmppp.h
29 header-y += atmsap.h
30 header-y += atmsvc.h
31 header-y += audit.h
32 +header-y += aufs_type.h
33 header-y += auto_fs.h
34 header-y += auto_fs4.h
35 header-y += auxvec.h