linux-yocto/net/rxrpc/Makefile
David Howells ca7fb10059 rxrpc: Split the server key type (rxrpc_s) into its own file
Split the server private key type (rxrpc_s) out into its own file rather
than mingling it with the authentication/client key type (rxrpc) since they
don't really bear any relation.

Signed-off-by: David Howells <dhowells@redhat.com>
2020-11-23 18:09:29 +00:00

579 B

SPDX-License-Identifier: GPL-2.0

Makefile for Linux kernel RxRPC

obj-$(CONFIG_AF_RXRPC) += rxrpc.o

rxrpc-y :=
af_rxrpc.o
call_accept.o
call_event.o
call_object.o
conn_client.o
conn_event.o
conn_object.o
conn_service.o
input.o
insecure.o
key.o
local_event.o
local_object.o
misc.o
net_ns.o
output.o
peer_event.o
peer_object.o
recvmsg.o
rtt.o
security.o
sendmsg.o
server_key.o
skbuff.o
utils.o

rxrpc-$(CONFIG_PROC_FS) += proc.o rxrpc-$(CONFIG_RXKAD) += rxkad.o rxrpc-$(CONFIG_SYSCTL) += sysctl.o