diff options
author | Christoph Hellwig <hch@lst.de> | 2007-08-03 18:20:32 +0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-10 01:15:36 +0400 |
commit | f8cf3678f4885d66475b19b10ec2e9918ff2ca1c (patch) | |
tree | 12d25b7a715dcf68ea98edb50291bca20ae3943a /fs/nfs | |
parent | c7e15961115028b99f6142266b5fb08acca0e8dd (diff) | |
download | linux-f8cf3678f4885d66475b19b10ec2e9918ff2ca1c.tar.xz |
[NFS] [PATCH] nfs: tiny makefile cleanup
no need to set up foo-objs these days.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/Makefile b/fs/nfs/Makefile index b55cb236cf74..df0f41e09885 100644 --- a/fs/nfs/Makefile +++ b/fs/nfs/Makefile @@ -16,4 +16,3 @@ nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \ nfs4namespace.o nfs-$(CONFIG_NFS_DIRECTIO) += direct.o nfs-$(CONFIG_SYSCTL) += sysctl.o -nfs-objs := $(nfs-y) |