21ab34c954
In some BSD systems RDMA migration is possible while the pvrdma device can't be used because the mremap system call is missing. Reported-by: Rebecca Cran <rebecca@bluestop.org> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Message-Id: <20180816151637.24553-1-marcel.apfelbaum@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
6 lines
212 B
Makefile
6 lines
212 B
Makefile
ifeq ($(CONFIG_PVRDMA),y)
|
|
obj-$(CONFIG_PCI) += rdma_utils.o rdma_backend.o rdma_rm.o
|
|
obj-$(CONFIG_PCI) += vmw/pvrdma_dev_ring.o vmw/pvrdma_cmd.o \
|
|
vmw/pvrdma_qp_ops.o vmw/pvrdma_main.o
|
|
endif
|