Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/ |
| 3 | obj-$(CONFIG_INFINIBAND_QIB) += qib/ |
| 4 | obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/ |
| 5 | obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/ |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 6 | obj-$(CONFIG_INFINIBAND_EFA) += efa/ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 7 | obj-$(CONFIG_INFINIBAND_I40IW) += i40iw/ |
| 8 | obj-$(CONFIG_MLX4_INFINIBAND) += mlx4/ |
| 9 | obj-$(CONFIG_MLX5_INFINIBAND) += mlx5/ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 10 | obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma/ |
| 11 | obj-$(CONFIG_INFINIBAND_VMWARE_PVRDMA) += vmw_pvrdma/ |
| 12 | obj-$(CONFIG_INFINIBAND_USNIC) += usnic/ |
| 13 | obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/ |
| 14 | obj-$(CONFIG_INFINIBAND_HNS) += hns/ |
| 15 | obj-$(CONFIG_INFINIBAND_QEDR) += qedr/ |
| 16 | obj-$(CONFIG_INFINIBAND_BNXT_RE) += bnxt_re/ |