projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ed690
)
knfsd: trivial makefile cleanup
author
Christoph Hellwig
<
[email protected]
>
Wed, 9 May 2007 09:34:56 +0000
(
02:34
-0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 9 May 2007 19:30:54 +0000
(12:30 -0700)
kbuild directly interprets <modulename>-y as objects to build into a module,
no need to assign it to the old foo-objs variable.
Signed-off-by: Christoph Hellwig <
[email protected]
>
Signed-off-by: Neil Brown <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/nfsd/Makefile
patch
|
blob
|
history
diff --git
a/fs/nfsd/Makefile
b/fs/nfsd/Makefile
index ce341dc76d5ec6366d48c94844f4809a2560ab58..9b118ee2019371e151b69089061b67c3722b52c6 100644
(file)
--- 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)