Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.13 15 lines 379 B view raw
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