diff options
author | Jeff Layton <jlayton@redhat.com> | 2014-03-19 03:45:47 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-03-29 02:02:12 +0400 |
commit | 2e8c12e1b76536d723ae0501de0729ddf6a9142c (patch) | |
tree | 285b9217cfbe8d504f965dd70991bce7f3265182 /net/sunrpc/Makefile | |
parent | 7e4359e2611f95a97037e2b6905eab52f28afbeb (diff) | |
download | linux-2e8c12e1b76536d723ae0501de0729ddf6a9142c.tar.xz |
xprtrdma: add separate Kconfig options for NFSoRDMA client and server support
There are two entirely separate modules under xprtrdma/ and there's no
reason that enabling one should automatically enable the other. Add
config options for each one so they can be enabled/disabled separately.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/Makefile')
-rw-r--r-- | net/sunrpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sunrpc/Makefile b/net/sunrpc/Makefile index 8209a0411bca..e5a7a1cac8f3 100644 --- a/net/sunrpc/Makefile +++ b/net/sunrpc/Makefile @@ -5,7 +5,8 @@ obj-$(CONFIG_SUNRPC) += sunrpc.o obj-$(CONFIG_SUNRPC_GSS) += auth_gss/ -obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma/ + +obj-y += xprtrdma/ sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \ auth.o auth_null.o auth_unix.o auth_generic.o \ |