mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00:00
30e0f6cf5a
Remove iw_cxgb3 module from kernel as the corresponding HW Chelsio T3 has reached EOL. Link: https://lore.kernel.org/r/20190930074252.20133-1-bharat@chelsio.com Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
16 lines
620 B
Makefile
16 lines
620 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_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/
|