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