]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - net/rds/Makefile
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / net / rds / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_RDS) += rds.o
3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
4 recv.o send.o stats.o sysctl.o threads.o transport.o \
5 loop.o page.o rdma.o
6
7 obj-$(CONFIG_RDS_RDMA) += rds_rdma.o
8 rds_rdma-y := rdma_transport.o \
9 ib.o ib_cm.o ib_recv.o ib_ring.o ib_send.o ib_stats.o \
10 ib_sysctl.o ib_rdma.o ib_fmr.o ib_frmr.o
11
12
13 obj-$(CONFIG_RDS_TCP) += rds_tcp.o
14 rds_tcp-y := tcp.o tcp_connect.o tcp_listen.o tcp_recv.o \
15 tcp_send.o tcp_stats.o
16
17 ccflags-$(CONFIG_RDS_DEBUG) := -DRDS_DEBUG
18