projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7e1596
)
[NFS] [PATCH] nfs: tiny makefile cleanup
author
Christoph Hellwig
<hch@lst.de>
Fri, 3 Aug 2007 14:20:32 +0000
(16:20 +0200)
committer
Trond 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/Makefile
b/fs/nfs/Makefile
index b55cb236cf74c0be1adf41d43e21e71d298fa1b5..df0f41e0988526fe8c8529fbfbe7f32e0b41c4eb 100644
(file)
--- 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)