diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
| commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
| tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /fs/Makefile | |
| parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) | |
Patched in Tegra support.
Diffstat (limited to 'fs/Makefile')
| -rw-r--r-- | fs/Makefile | 11 |
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 | |||
| 19 | obj-y += no-block.o | 19 | obj-y += no-block.o |
| 20 | endif | 20 | endif |
| 21 | 21 | ||
| 22 | obj-$(CONFIG_PROC_FS) += proc_namespace.o | ||
| 23 | |||
| 24 | obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o | 22 | obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o |
| 25 | obj-y += notify/ | 23 | obj-y += notify/ |
| 26 | obj-$(CONFIG_EPOLL) += eventpoll.o | 24 | obj-$(CONFIG_EPOLL) += eventpoll.o |
| @@ -48,13 +46,13 @@ obj-$(CONFIG_FS_MBCACHE) += mbcache.o | |||
| 48 | obj-$(CONFIG_FS_POSIX_ACL) += posix_acl.o xattr_acl.o | 46 | obj-$(CONFIG_FS_POSIX_ACL) += posix_acl.o xattr_acl.o |
| 49 | obj-$(CONFIG_NFS_COMMON) += nfs_common/ | 47 | obj-$(CONFIG_NFS_COMMON) += nfs_common/ |
| 50 | obj-$(CONFIG_GENERIC_ACL) += generic_acl.o | 48 | obj-$(CONFIG_GENERIC_ACL) += generic_acl.o |
| 51 | obj-$(CONFIG_COREDUMP) += coredump.o | ||
| 52 | 49 | ||
| 53 | obj-$(CONFIG_FHANDLE) += fhandle.o | 50 | obj-$(CONFIG_FHANDLE) += fhandle.o |
| 54 | 51 | ||
| 55 | obj-y += quota/ | 52 | obj-y += quota/ |
| 56 | 53 | ||
| 57 | obj-$(CONFIG_PROC_FS) += proc/ | 54 | obj-$(CONFIG_PROC_FS) += proc/ |
| 55 | obj-y += partitions/ | ||
| 58 | obj-$(CONFIG_SYSFS) += sysfs/ | 56 | obj-$(CONFIG_SYSFS) += sysfs/ |
| 59 | obj-$(CONFIG_CONFIGFS_FS) += configfs/ | 57 | obj-$(CONFIG_CONFIGFS_FS) += configfs/ |
| 60 | obj-y += devpts/ | 58 | obj-y += devpts/ |
| @@ -103,7 +101,6 @@ obj-$(CONFIG_UBIFS_FS) += ubifs/ | |||
| 103 | obj-$(CONFIG_AFFS_FS) += affs/ | 101 | obj-$(CONFIG_AFFS_FS) += affs/ |
| 104 | obj-$(CONFIG_ROMFS_FS) += romfs/ | 102 | obj-$(CONFIG_ROMFS_FS) += romfs/ |
| 105 | obj-$(CONFIG_QNX4FS_FS) += qnx4/ | 103 | obj-$(CONFIG_QNX4FS_FS) += qnx4/ |
| 106 | obj-$(CONFIG_QNX6FS_FS) += qnx6/ | ||
| 107 | obj-$(CONFIG_AUTOFS4_FS) += autofs4/ | 104 | obj-$(CONFIG_AUTOFS4_FS) += autofs4/ |
| 108 | obj-$(CONFIG_ADFS_FS) += adfs/ | 105 | obj-$(CONFIG_ADFS_FS) += adfs/ |
| 109 | obj-$(CONFIG_FUSE_FS) += fuse/ | 106 | obj-$(CONFIG_FUSE_FS) += fuse/ |
| @@ -123,7 +120,9 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/ | |||
| 123 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ | 120 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ |
| 124 | obj-$(CONFIG_BTRFS_FS) += btrfs/ | 121 | obj-$(CONFIG_BTRFS_FS) += btrfs/ |
| 125 | obj-$(CONFIG_GFS2_FS) += gfs2/ | 122 | obj-$(CONFIG_GFS2_FS) += gfs2/ |
| 126 | obj-$(CONFIG_F2FS_FS) += f2fs/ | 123 | obj-$(CONFIG_EXOFS_FS) += exofs/ |
| 127 | obj-y += exofs/ # Multiple modules | ||
| 128 | obj-$(CONFIG_CEPH_FS) += ceph/ | 124 | obj-$(CONFIG_CEPH_FS) += ceph/ |
| 129 | obj-$(CONFIG_PSTORE) += pstore/ | 125 | obj-$(CONFIG_PSTORE) += pstore/ |
| 126 | |||
| 127 | # Patched by YAFFS | ||
| 128 | obj-$(CONFIG_YAFFS_FS) += yaffs2/ | ||
