SUNRPC: Fix a typo in cache_pipefs_files
[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 \
ecfc555a 8 direct.o pagelist.o proc.o read.o symlink.o unlink.o \
3ea97309
CL
9 write.o namespace.o mount_clnt.o
10nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
1da177e4 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
a72b4422 17nfs-$(CONFIG_SYSCTL) += sysctl.o
14727281 18nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
This page took 0.41248 seconds and 5 git commands to generate.