Cross Reference: Makefile
xref: /linux-4.4.14/drivers/infiniband/core/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /linux-4.4.14/drivers/infiniband/core/
1infiniband-$(CONFIG_INFINIBAND_ADDR_TRANS)	:= rdma_cm.o
2user_access-$(CONFIG_INFINIBAND_ADDR_TRANS)	:= rdma_ucm.o
3
4obj-$(CONFIG_INFINIBAND) +=		ib_core.o ib_mad.o ib_sa.o \
5					ib_cm.o iw_cm.o ib_addr.o \
6					$(infiniband-y)
7obj-$(CONFIG_INFINIBAND_USER_MAD) +=	ib_umad.o
8obj-$(CONFIG_INFINIBAND_USER_ACCESS) +=	ib_uverbs.o ib_ucm.o \
9					$(user_access-y)
10
11ib_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
14ib_core-$(CONFIG_INFINIBAND_USER_MEM) += umem.o
15ib_core-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += umem_odp.o umem_rbtree.o
16
17ib_mad-y :=			mad.o smi.o agent.o mad_rmpp.o
18
19ib_sa-y :=			sa_query.o multicast.o
20
21ib_cm-y :=			cm.o
22
23iw_cm-y :=			iwcm.o iwpm_util.o iwpm_msg.o
24
25rdma_cm-y :=			cma.o
26
27rdma_ucm-y :=			ucma.o
28
29ib_addr-y :=			addr.o
30
31ib_umad-y :=			user_mad.o
32
33ib_ucm-y :=			ucm.o
34
35ib_uverbs-y :=			uverbs_main.o uverbs_cmd.o uverbs_marshall.o
36

Indexes created Thu Jun 29 04:38:44 JST 2017