mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-22 00:42:01 +02:00

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>
579 B
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