arm: perf: add missing pr_info newlines
[deliverable/linux.git] / net / sunrpc / Makefile
1 #
2 # Makefile for Linux kernel SUN RPC
3 #
4
5
6 obj-$(CONFIG_SUNRPC) += sunrpc.o
7 obj-$(CONFIG_SUNRPC_GSS) += auth_gss/
8
9 obj-y += xprtrdma/
10
11 sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \
12 auth.o auth_null.o auth_unix.o auth_generic.o \
13 svc.o svcsock.o svcauth.o svcauth_unix.o \
14 addr.o rpcb_clnt.o timer.o xdr.o \
15 sunrpc_syms.o cache.o rpc_pipe.o \
16 svc_xprt.o
17 sunrpc-$(CONFIG_SUNRPC_BACKCHANNEL) += backchannel_rqst.o bc_svc.o
18 sunrpc-$(CONFIG_PROC_FS) += stats.o
19 sunrpc-$(CONFIG_SYSCTL) += sysctl.o
This page took 0.030336 seconds and 5 git commands to generate.