From: Christoph Hellwig Date: Wed, 9 May 2007 09:34:56 +0000 (-0700) Subject: knfsd: trivial makefile cleanup X-Git-Tag: v2.6.22-rc1~192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f725b217b16e2cb1777c5a6e13c99f7913f1514a;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git knfsd: trivial makefile cleanup kbuild directly interprets -y as objects to build into a module, no need to assign it to the old foo-objs variable. Signed-off-by: Christoph Hellwig Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/nfsd/Makefile b/fs/nfsd/Makefile index ce341dc..9b118ee 100644 --- a/fs/nfsd/Makefile +++ b/fs/nfsd/Makefile @@ -11,4 +11,3 @@ nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs3xdr.o nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \ nfs4acl.o nfs4callback.o nfs4recover.o -nfsd-objs := $(nfsd-y)