Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[deliverable/linux.git] / fs / nfs / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux nfs filesystem routines.
3#
4
5obj-$(CONFIG_NFS_FS) += nfs.o
6
54ceac45 7nfs-y := client.o dir.o file.o getroot.o inode.o super.o nfs2xdr.o \
24c8dbbb
DH
8 pagelist.o proc.o read.o symlink.o unlink.o \
9 write.o namespace.o
1da177e4
LT
10nfs-$(CONFIG_ROOT_NFS) += nfsroot.o mount_clnt.o
11nfs-$(CONFIG_NFS_V3) += nfs3proc.o nfs3xdr.o
b7fa0554 12nfs-$(CONFIG_NFS_V3_ACL) += nfs3acl.o
1da177e4
LT
13nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \
14 delegation.o idmap.o \
f7b422b1
DH
15 callback.o callback_xdr.o callback_proc.o \
16 nfs4namespace.o
1da177e4 17nfs-$(CONFIG_NFS_DIRECTIO) += direct.o
a72b4422 18nfs-$(CONFIG_SYSCTL) += sysctl.o
1da177e4 19nfs-objs := $(nfs-y)
This page took 0.172125 seconds and 5 git commands to generate.