mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
ca7fd6cff3
Add erdma to the kernel build environment, and sort the source order in drivers/infiniband/Kconfig. Link: https://lore.kernel.org/r/20220727014927.76564-12-chengyou@linux.alibaba.com Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.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_CXGB4) += cxgb4/
|
|
obj-$(CONFIG_INFINIBAND_EFA) += efa/
|
|
obj-$(CONFIG_INFINIBAND_IRDMA) += irdma/
|
|
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/
|
|
obj-$(CONFIG_INFINIBAND_ERDMA) += erdma/
|