2d3c72ed50
This driver was first merged over 10 years ago and has not seen major activity by the authors in the last 7 years. However, in that time it has been patched 150 times to adapt it to changing kernel APIs. Further, the hardware has several issues, like not supporting 64 bit DMA, that make it rather uninteresting for use with modern systems and RDMA. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
17 lines
662 B
Makefile
17 lines
662 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/
|
|
obj-$(CONFIG_INFINIBAND_QIB) += qib/
|
|
obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/
|
|
obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/
|
|
obj-$(CONFIG_INFINIBAND_EFA) += efa/
|
|
obj-$(CONFIG_INFINIBAND_I40IW) += i40iw/
|
|
obj-$(CONFIG_MLX4_INFINIBAND) += mlx4/
|
|
obj-$(CONFIG_MLX5_INFINIBAND) += mlx5/
|
|
obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma/
|
|
obj-$(CONFIG_INFINIBAND_VMWARE_PVRDMA) += vmw_pvrdma/
|
|
obj-$(CONFIG_INFINIBAND_USNIC) += usnic/
|
|
obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/
|
|
obj-$(CONFIG_INFINIBAND_HNS) += hns/
|
|
obj-$(CONFIG_INFINIBAND_QEDR) += qedr/
|
|
obj-$(CONFIG_INFINIBAND_BNXT_RE) += bnxt_re/
|