[NFS] [PATCH] nfs: tiny makefile cleanup
authorChristoph Hellwig <hch@lst.de>
Fri, 3 Aug 2007 14:20:32 +0000 (16:20 +0200)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:15:36 +0000 (17:15 -0400)
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>
fs/nfs/Makefile

index b55cb23..df0f41e 100644 (file)
@@ -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)