diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-03-31 15:34:58 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-03-31 15:34:58 -0500 |
commit | 86579dd06deecfa6ac88d5e84e4d63c397cd6f6d (patch) | |
tree | b4475d3ccde53015ad84a06e4e55e64591171b75 /fs/Makefile | |
parent | 7ea9ea832212c4a755650f7c7cc1ff0b63292a41 (diff) | |
parent | a0f067802576d4eb4c65d40b8ee7d6ea3c81dd61 (diff) |
Merge branch 'master'
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/Makefile b/fs/Makefile index b298f4fdc6f2..414484ac48c1 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -10,7 +10,7 @@ obj-y := open.o read_write.o file_table.o buffer.o bio.o super.o \ | |||
10 | ioctl.o readdir.o select.o fifo.o locks.o dcache.o inode.o \ | 10 | ioctl.o readdir.o select.o fifo.o locks.o dcache.o inode.o \ |
11 | attr.o bad_inode.o file.o filesystems.o namespace.o aio.o \ | 11 | attr.o bad_inode.o file.o filesystems.o namespace.o aio.o \ |
12 | seq_file.o xattr.o libfs.o fs-writeback.o mpage.o direct-io.o \ | 12 | seq_file.o xattr.o libfs.o fs-writeback.o mpage.o direct-io.o \ |
13 | ioprio.o pnode.o drop_caches.o | 13 | ioprio.o pnode.o drop_caches.o splice.o |
14 | 14 | ||
15 | obj-$(CONFIG_INOTIFY) += inotify.o | 15 | obj-$(CONFIG_INOTIFY) += inotify.o |
16 | obj-$(CONFIG_EPOLL) += eventpoll.o | 16 | obj-$(CONFIG_EPOLL) += eventpoll.o |
@@ -92,7 +92,6 @@ obj-$(CONFIG_AUTOFS4_FS) += autofs4/ | |||
92 | obj-$(CONFIG_ADFS_FS) += adfs/ | 92 | obj-$(CONFIG_ADFS_FS) += adfs/ |
93 | obj-$(CONFIG_FUSE_FS) += fuse/ | 93 | obj-$(CONFIG_FUSE_FS) += fuse/ |
94 | obj-$(CONFIG_UDF_FS) += udf/ | 94 | obj-$(CONFIG_UDF_FS) += udf/ |
95 | obj-$(CONFIG_RELAYFS_FS) += relayfs/ | ||
96 | obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/ | 95 | obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/ |
97 | obj-$(CONFIG_JFS_FS) += jfs/ | 96 | obj-$(CONFIG_JFS_FS) += jfs/ |
98 | obj-$(CONFIG_XFS_FS) += xfs/ | 97 | obj-$(CONFIG_XFS_FS) += xfs/ |