iw_cxgb4: enforce qp/cq id requirements
[deliverable/linux.git] / drivers / infiniband / core / Makefile
CommitLineData
2f85d24e 1infiniband-$(CONFIG_INFINIBAND_ADDR_TRANS) := rdma_cm.o
75216638 2user_access-$(CONFIG_INFINIBAND_ADDR_TRANS) := rdma_ucm.o
7025fcd3 3
a977049d 4obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o \
2f85d24e
MB
5 ib_cm.o iw_cm.o ib_addr.o \
6 $(infiniband-y)
17781cd6 7obj-$(CONFIG_INFINIBAND_USER_MAD) += ib_umad.o
75216638
SH
8obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o ib_ucm.o \
9 $(user_access-y)
1da177e4
LT
10
11ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
b2cbae2c 12 device.o fmr_pool.o cache.o netlink.o
f7c6a7b5 13ib_core-$(CONFIG_INFINIBAND_USER_MEM) += umem.o
882214e2 14ib_core-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += umem_odp.o umem_rbtree.o
1da177e4 15
fa619a77 16ib_mad-y := mad.o smi.o agent.o mad_rmpp.o
1da177e4 17
faec2f7b 18ib_sa-y := sa_query.o multicast.o
1da177e4 19
a977049d
HR
20ib_cm-y := cm.o
21
30dc5e63 22iw_cm-y := iwcm.o iwpm_util.o iwpm_msg.o
07ebafba 23
e51060f0
SH
24rdma_cm-y := cma.o
25
75216638
SH
26rdma_ucm-y := ucma.o
27
7025fcd3
SH
28ib_addr-y := addr.o
29
1da177e4 30ib_umad-y := user_mad.o
2d927d69 31
8fd65b09
HR
32ib_ucm-y := ucm.o
33
f7c6a7b5 34ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_marshall.o
This page took 0.767569 seconds and 5 git commands to generate.