X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2FMakefile;h=e6ec1d309b1d2ba43dd3e036a9f8dcfba9a757a1;hb=e1e46bf1866317d4f86f66bf18d3f07317d9f9ee;hp=c3633aa46911556ce8dd56e621bfacdc916769a2;hpb=5db53f3e80dee2d9dff5e534f9e9fe1db17c9936;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/Makefile b/fs/Makefile index c3633aa..e6ec1d3 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -11,7 +11,7 @@ obj-y := open.o read_write.o file_table.o super.o \ attr.o bad_inode.o file.o filesystems.o namespace.o \ seq_file.o xattr.o libfs.o fs-writeback.o \ pnode.o drop_caches.o splice.o sync.o utimes.o \ - stack.o fs_struct.o + stack.o fs_struct.o statfs.o ifeq ($(CONFIG_BLOCK),y) obj-y += buffer.o bio.o block_dev.o direct-io.o mpage.o ioprio.o @@ -125,3 +125,4 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/ obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/ obj-$(CONFIG_EXOFS_FS) += exofs/ +obj-$(CONFIG_CEPH_FS) += ceph/