wok-stable annotate linux-libre/stuff/aufs2-kbuild.patch @ rev 12169
pcmcia-cis removed: cis files are now part of linux-firmware
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Mar 22 20:33:09 2012 +0100 (2012-03-22) |
parents | |
children |
rev | line source |
---|---|
gokhlayeh@9257 | 1 aufs2.1 kbuild patch for linux-2.6.37 |
gokhlayeh@9257 | 2 |
gokhlayeh@9257 | 3 diff --git a/fs/Kconfig b/fs/Kconfig |
gokhlayeh@9257 | 4 index 771f457..bb1a52f 100644 |
gokhlayeh@9257 | 5 --- a/fs/Kconfig |
gokhlayeh@9257 | 6 +++ b/fs/Kconfig |
gokhlayeh@9257 | 7 @@ -191,6 +191,7 @@ source "fs/romfs/Kconfig" |
gokhlayeh@9257 | 8 source "fs/sysv/Kconfig" |
gokhlayeh@9257 | 9 source "fs/ufs/Kconfig" |
gokhlayeh@9257 | 10 source "fs/exofs/Kconfig" |
gokhlayeh@9257 | 11 +source "fs/aufs/Kconfig" |
gokhlayeh@9257 | 12 |
gokhlayeh@9257 | 13 endif # MISC_FILESYSTEMS |
gokhlayeh@9257 | 14 |
gokhlayeh@9257 | 15 diff --git a/fs/Makefile b/fs/Makefile |
gokhlayeh@9257 | 16 index a7f7cef..95dd4d3 100644 |
gokhlayeh@9257 | 17 --- a/fs/Makefile |
gokhlayeh@9257 | 18 +++ b/fs/Makefile |
gokhlayeh@9257 | 19 @@ -121,3 +121,4 @@ obj-$(CONFIG_BTRFS_FS) += btrfs/ |
gokhlayeh@9257 | 20 obj-$(CONFIG_GFS2_FS) += gfs2/ |
gokhlayeh@9257 | 21 obj-$(CONFIG_EXOFS_FS) += exofs/ |
gokhlayeh@9257 | 22 obj-$(CONFIG_CEPH_FS) += ceph/ |
gokhlayeh@9257 | 23 +obj-$(CONFIG_AUFS_FS) += aufs/ |
gokhlayeh@9257 | 24 diff --git a/include/linux/Kbuild b/include/linux/Kbuild |
gokhlayeh@9257 | 25 index 97319a8..7ebb4b4 100644 |
gokhlayeh@9257 | 26 --- a/include/linux/Kbuild |
gokhlayeh@9257 | 27 +++ b/include/linux/Kbuild |
gokhlayeh@9257 | 28 @@ -60,6 +60,7 @@ header-y += atmppp.h |
gokhlayeh@9257 | 29 header-y += atmsap.h |
gokhlayeh@9257 | 30 header-y += atmsvc.h |
gokhlayeh@9257 | 31 header-y += audit.h |
gokhlayeh@9257 | 32 +header-y += aufs_type.h |
gokhlayeh@9257 | 33 header-y += auto_fs.h |
gokhlayeh@9257 | 34 header-y += auto_fs4.h |
gokhlayeh@9257 | 35 header-y += auxvec.h |