Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o \
2 ib_cm.o
3obj-$(CONFIG_INFINIBAND_USER_MAD) += ib_umad.o
4obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o ib_ucm.o
5
6ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
7 device.o fmr_pool.o cache.o
8
9ib_mad-y := mad.o smi.o agent.o mad_rmpp.o
10
11ib_sa-y := sa_query.o
12
13ib_cm-y := cm.o
14
15ib_umad-y := user_mad.o
16
17ib_ucm-y := ucm.o
18
19ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_mem.o