aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/Makefile
diff options
context:
space:
mode:
authorGal Pressman <galpress@amazon.com>2019-05-05 20:59:31 +0300
committerJason Gunthorpe <jgg@mellanox.com>2019-05-07 12:47:47 -0300
commitf23afd75fc998ce002400b7687f942ce5207909a (patch)
tree7756d40e7c8d2e8ccf873781640017ee169dc458 /drivers/infiniband/hw/Makefile
parentRDMA/efa: Add the efa module (diff)
downloadlinux-dev-f23afd75fc998ce002400b7687f942ce5207909a.tar.xz
linux-dev-f23afd75fc998ce002400b7687f942ce5207909a.zip
RDMA/efa: Add driver to Kconfig/Makefile
Add EFA Makefile and Kconfig. Signed-off-by: Gal Pressman <galpress@amazon.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/Makefile')
-rw-r--r--drivers/infiniband/hw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/Makefile b/drivers/infiniband/hw/Makefile
index e4f31c1be8f7..77094be1b262 100644
--- a/drivers/infiniband/hw/Makefile
+++ b/drivers/infiniband/hw/Makefile
@@ -3,6 +3,7 @@ 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/