Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « sunrpc « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46a2ce00a29b8af7ca0ac4a67fd082eda541bf00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for Linux kernel SUN RPC
#


obj-$(CONFIG_SUNRPC) += sunrpc.o
obj-$(CONFIG_SUNRPC_GSS) += auth_gss/

sunrpc-y := clnt.o xprt.o sched.o \
	    auth.o auth_null.o auth_unix.o \
	    svc.o svcsock.o svcauth.o svcauth_unix.o \
	    pmap_clnt.o timer.o xdr.o \
	    sunrpc_syms.o cache.o rpc_pipe.o
sunrpc-$(CONFIG_PROC_FS) += stats.o
sunrpc-$(CONFIG_SYSCTL) += sysctl.o