aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /fs/Makefile
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 9d53192236f..a8bbb322701 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -19,8 +19,6 @@ else
19obj-y += no-block.o 19obj-y += no-block.o
20endif 20endif
21 21
22obj-$(CONFIG_PROC_FS) += proc_namespace.o
23
24obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o 22obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o
25obj-y += notify/ 23obj-y += notify/
26obj-$(CONFIG_EPOLL) += eventpoll.o 24obj-$(CONFIG_EPOLL) += eventpoll.o
@@ -48,13 +46,13 @@ obj-$(CONFIG_FS_MBCACHE) += mbcache.o
48obj-$(CONFIG_FS_POSIX_ACL) += posix_acl.o xattr_acl.o 46obj-$(CONFIG_FS_POSIX_ACL) += posix_acl.o xattr_acl.o
49obj-$(CONFIG_NFS_COMMON) += nfs_common/ 47obj-$(CONFIG_NFS_COMMON) += nfs_common/
50obj-$(CONFIG_GENERIC_ACL) += generic_acl.o 48obj-$(CONFIG_GENERIC_ACL) += generic_acl.o
51obj-$(CONFIG_COREDUMP) += coredump.o
52 49
53obj-$(CONFIG_FHANDLE) += fhandle.o 50obj-$(CONFIG_FHANDLE) += fhandle.o
54 51
55obj-y += quota/ 52obj-y += quota/
56 53
57obj-$(CONFIG_PROC_FS) += proc/ 54obj-$(CONFIG_PROC_FS) += proc/
55obj-y += partitions/
58obj-$(CONFIG_SYSFS) += sysfs/ 56obj-$(CONFIG_SYSFS) += sysfs/
59obj-$(CONFIG_CONFIGFS_FS) += configfs/ 57obj-$(CONFIG_CONFIGFS_FS) += configfs/
60obj-y += devpts/ 58obj-y += devpts/
@@ -103,7 +101,6 @@ obj-$(CONFIG_UBIFS_FS) += ubifs/
103obj-$(CONFIG_AFFS_FS) += affs/ 101obj-$(CONFIG_AFFS_FS) += affs/
104obj-$(CONFIG_ROMFS_FS) += romfs/ 102obj-$(CONFIG_ROMFS_FS) += romfs/
105obj-$(CONFIG_QNX4FS_FS) += qnx4/ 103obj-$(CONFIG_QNX4FS_FS) += qnx4/
106obj-$(CONFIG_QNX6FS_FS) += qnx6/
107obj-$(CONFIG_AUTOFS4_FS) += autofs4/ 104obj-$(CONFIG_AUTOFS4_FS) += autofs4/
108obj-$(CONFIG_ADFS_FS) += adfs/ 105obj-$(CONFIG_ADFS_FS) += adfs/
109obj-$(CONFIG_FUSE_FS) += fuse/ 106obj-$(CONFIG_FUSE_FS) += fuse/
@@ -123,7 +120,9 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/
123obj-$(CONFIG_OCFS2_FS) += ocfs2/ 120obj-$(CONFIG_OCFS2_FS) += ocfs2/
124obj-$(CONFIG_BTRFS_FS) += btrfs/ 121obj-$(CONFIG_BTRFS_FS) += btrfs/
125obj-$(CONFIG_GFS2_FS) += gfs2/ 122obj-$(CONFIG_GFS2_FS) += gfs2/
126obj-$(CONFIG_F2FS_FS) += f2fs/ 123obj-$(CONFIG_EXOFS_FS) += exofs/
127obj-y += exofs/ # Multiple modules
128obj-$(CONFIG_CEPH_FS) += ceph/ 124obj-$(CONFIG_CEPH_FS) += ceph/
129obj-$(CONFIG_PSTORE) += pstore/ 125obj-$(CONFIG_PSTORE) += pstore/
126
127# Patched by YAFFS
128obj-$(CONFIG_YAFFS_FS) += yaffs2/