Yann Droneaud | 729ee4e | 2014-03-27 12:10:33 +0100 | [diff] [blame] | 1 | obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/ |
Yann Droneaud | 729ee4e | 2014-03-27 12:10:33 +0100 | [diff] [blame] | 2 | obj-$(CONFIG_INFINIBAND_QIB) += qib/ |
Yann Droneaud | 729ee4e | 2014-03-27 12:10:33 +0100 | [diff] [blame] | 3 | obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/ |
| 4 | obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/ |
Faisal Latif | 6e4de86 | 2016-01-20 13:40:16 -0600 | [diff] [blame] | 5 | obj-$(CONFIG_INFINIBAND_I40IW) += i40iw/ |
Yann Droneaud | 729ee4e | 2014-03-27 12:10:33 +0100 | [diff] [blame] | 6 | obj-$(CONFIG_MLX4_INFINIBAND) += mlx4/ |
| 7 | obj-$(CONFIG_MLX5_INFINIBAND) += mlx5/ |
| 8 | obj-$(CONFIG_INFINIBAND_NES) += nes/ |
| 9 | obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma/ |
Adit Ranadive | 29c8d9e | 2016-10-02 19:10:22 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_INFINIBAND_VMWARE_PVRDMA) += vmw_pvrdma/ |
Yann Droneaud | 729ee4e | 2014-03-27 12:10:33 +0100 | [diff] [blame] | 11 | obj-$(CONFIG_INFINIBAND_USNIC) += usnic/ |
Dennis Dalessandro | f48ad61 | 2016-05-19 05:26:51 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/ |
oulijun | 8793f77 | 2016-07-21 19:06:56 +0800 | [diff] [blame] | 13 | obj-$(CONFIG_INFINIBAND_HNS) += hns/ |
Ram Amrani | 2e0cbc4 | 2016-10-10 13:15:30 +0300 | [diff] [blame] | 14 | obj-$(CONFIG_INFINIBAND_QEDR) += qedr/ |
Selvin Xavier | 592e8b3 | 2017-02-10 03:19:53 -0800 | [diff] [blame] | 15 | obj-$(CONFIG_INFINIBAND_BNXT_RE) += bnxt_re/ |