Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542
[deliverable/linux.git] / net / sunrpc / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for Linux kernel SUN RPC
3#
4
5
6obj-$(CONFIG_SUNRPC) += sunrpc.o
7obj-$(CONFIG_SUNRPC_GSS) += auth_gss/
8
9sunrpc-y := clnt.o xprt.o sched.o \
10 auth.o auth_null.o auth_unix.o \
11 svc.o svcsock.o svcauth.o svcauth_unix.o \
12 pmap_clnt.o timer.o xdr.o \
13 sunrpc_syms.o cache.o rpc_pipe.o
14sunrpc-$(CONFIG_PROC_FS) += stats.o
15sunrpc-$(CONFIG_SYSCTL) += sysctl.o
This page took 0.056585 seconds and 5 git commands to generate.