Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / infiniband / core / Makefile
blobcb1ab3ea49986f448474ce941c8e2f9cf7418b64
1 infiniband-$(CONFIG_INFINIBAND_ADDR_TRANS) := ib_addr.o rdma_cm.o
2 user_access-$(CONFIG_INFINIBAND_ADDR_TRANS) := rdma_ucm.o
4 obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o \
5 ib_cm.o iw_cm.o $(infiniband-y)
6 obj-$(CONFIG_INFINIBAND_USER_MAD) += ib_umad.o
7 obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o ib_ucm.o \
8 $(user_access-y)
10 ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
11 device.o fmr_pool.o cache.o
12 ib_core-$(CONFIG_INFINIBAND_USER_MEM) += umem.o
14 ib_mad-y := mad.o smi.o agent.o mad_rmpp.o
16 ib_sa-y := sa_query.o multicast.o
18 ib_cm-y := cm.o
20 iw_cm-y := iwcm.o
22 rdma_cm-y := cma.o
24 rdma_ucm-y := ucma.o
26 ib_addr-y := addr.o
28 ib_umad-y := user_mad.o
30 ib_ucm-y := ucm.o
32 ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_marshall.o