These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / infiniband / core / Makefile
1 infiniband-$(CONFIG_INFINIBAND_ADDR_TRANS)      := rdma_cm.o
2 user_access-$(CONFIG_INFINIBAND_ADDR_TRANS)     := rdma_ucm.o
3
4 obj-$(CONFIG_INFINIBAND) +=             ib_core.o ib_mad.o ib_sa.o \
5                                         ib_cm.o iw_cm.o ib_addr.o \
6                                         $(infiniband-y)
7 obj-$(CONFIG_INFINIBAND_USER_MAD) +=    ib_umad.o
8 obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o ib_ucm.o \
9                                         $(user_access-y)
10
11 ib_core-y :=                    packer.o ud_header.o verbs.o sysfs.o \
12                                 device.o fmr_pool.o cache.o netlink.o \
13                                 roce_gid_mgmt.o
14 ib_core-$(CONFIG_INFINIBAND_USER_MEM) += umem.o
15 ib_core-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += umem_odp.o umem_rbtree.o
16
17 ib_mad-y :=                     mad.o smi.o agent.o mad_rmpp.o
18
19 ib_sa-y :=                      sa_query.o multicast.o
20
21 ib_cm-y :=                      cm.o
22
23 iw_cm-y :=                      iwcm.o iwpm_util.o iwpm_msg.o
24
25 rdma_cm-y :=                    cma.o
26
27 rdma_ucm-y :=                   ucma.o
28
29 ib_addr-y :=                    addr.o
30
31 ib_umad-y :=                    user_mad.o
32
33 ib_ucm-y :=                     ucm.o
34
35 ib_uverbs-y :=                  uverbs_main.o uverbs_cmd.o uverbs_marshall.o