1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for Linux kernel SUN RPC 2 # Makefile for Linux kernel SUN RPC 4 # 3 # >> 4 # Note! Dependencies are done automagically by 'make dep', which also >> 5 # removes any old dependencies. DON'T put your own dependencies here >> 6 # unless it's something special (ie not a .c file). >> 7 # >> 8 # Note 2! The CFLAGS definition is now in the main makefile... >> 9 >> 10 O_TARGET := sunrpc.o >> 11 >> 12 export-objs := sunrpc_syms.o >> 13 >> 14 obj-y := clnt.o xprt.o sched.o \ >> 15 auth.o auth_null.o auth_unix.o \ >> 16 svc.o svcsock.o svcauth.o \ >> 17 pmap_clnt.o timer.o xdr.o sunrpc_syms.o >> 18 >> 19 obj-$(CONFIG_PROC_FS) += stats.o >> 20 obj-$(CONFIG_SYSCTL) += sysctl.o 5 21 >> 22 obj-m := $(O_TARGET) 6 23 7 obj-$(CONFIG_SUNRPC) += sunrpc.o !! 24 include $(TOPDIR)/Rules.make 8 obj-$(CONFIG_SUNRPC_GSS) += auth_gss/ << 9 obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma/ << 10 << 11 sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o << 12 auth.o auth_null.o auth_tls.o auth << 13 svc.o svcsock.o svcauth.o svcauth_ << 14 addr.o rpcb_clnt.o timer.o xdr.o \ << 15 sunrpc_syms.o cache.o rpc_pipe.o s << 16 svc_xprt.o \ << 17 xprtmultipath.o << 18 sunrpc-$(CONFIG_SUNRPC_DEBUG) += debugfs.o << 19 sunrpc-$(CONFIG_SUNRPC_BACKCHANNEL) += backcha << 20 sunrpc-$(CONFIG_PROC_FS) += stats.o << 21 sunrpc-$(CONFIG_SYSCTL) += sysctl.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.