Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/voyager-2.6
[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 sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \
10 auth.o auth_null.o auth_unix.o \
11 svc.o svcsock.o svcauth.o svcauth_unix.o \
12 rpcb_clnt.o timer.o xdr.o \
13 sunrpc_syms.o cache.o rpc_pipe.o
14 sunrpc-$(CONFIG_PROC_FS) += stats.o
15 sunrpc-$(CONFIG_SYSCTL) += sysctl.o
This page took 0.031929 seconds and 6 git commands to generate.