X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsunrpc%2FMakefile;h=5369aa369b353f9c32f10fcd0836b344353686d4;hb=2e561c7b7e705b619122e5386d6f99f28f2b6e5a;hp=92e1dbe50947adb5d2612f1070362cc6f30d352e;hpb=63e9b66e29357dd12e8b1d3ebf7036e7591f81e3;p=linux-2.6 diff --git a/net/sunrpc/Makefile b/net/sunrpc/Makefile index 92e1dbe509..5369aa369b 100644 --- a/net/sunrpc/Makefile +++ b/net/sunrpc/Makefile @@ -8,7 +8,7 @@ obj-$(CONFIG_SUNRPC_GSS) += auth_gss/ obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma/ sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \ - auth.o auth_null.o auth_unix.o \ + auth.o auth_null.o auth_unix.o auth_generic.o \ svc.o svcsock.o svcauth.o svcauth_unix.o \ rpcb_clnt.o timer.o xdr.o \ sunrpc_syms.o cache.o rpc_pipe.o \