]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/rxrpc/Makefile
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[mirror_ubuntu-bionic-kernel.git] / net / rxrpc / Makefile
CommitLineData
1da177e4 1#
63b6be55 2# Makefile for Linux kernel RxRPC
1da177e4
LT
3#
4
9ed05ad3 5af-rxrpc-y := \
17926a79
DH
6 af_rxrpc.o \
7 ar-accept.o \
8 ar-ack.o \
9 ar-call.o \
10 ar-connection.o \
11 ar-connevent.o \
12 ar-error.o \
13 ar-input.o \
14 ar-key.o \
15 ar-local.o \
16 ar-output.o \
17 ar-peer.o \
18 ar-recvmsg.o \
19 ar-security.o \
20 ar-skbuff.o \
21 ar-transport.o
22
5873c083
DH
23af-rxrpc-$(CONFIG_PROC_FS) += ar-proc.o
24af-rxrpc-$(CONFIG_SYSCTL) += sysctl.o
17926a79
DH
25
26obj-$(CONFIG_AF_RXRPC) += af-rxrpc.o
27
28obj-$(CONFIG_RXKAD) += rxkad.o