diff options
author | Gal Pressman <galpress@amazon.com> | 2019-05-05 20:59:31 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-05-07 12:47:47 -0300 |
commit | f23afd75fc998ce002400b7687f942ce5207909a (patch) | |
tree | 7756d40e7c8d2e8ccf873781640017ee169dc458 /drivers/infiniband/hw/efa/Makefile | |
parent | b7f5e880f3774ff1934ce272e1c3b673a3a9c414 (diff) | |
download | linux-f23afd75fc998ce002400b7687f942ce5207909a.tar.bz2 |
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/efa/Makefile')
-rw-r--r-- | drivers/infiniband/hw/efa/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/efa/Makefile b/drivers/infiniband/hw/efa/Makefile new file mode 100644 index 000000000000..6e83083af0bc --- /dev/null +++ b/drivers/infiniband/hw/efa/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause +# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved. +# +# Makefile for Amazon Elastic Fabric Adapter (EFA) device driver. +# + +obj-$(CONFIG_INFINIBAND_EFA) += efa.o + +efa-y := efa_com_cmd.o efa_com.o efa_main.o efa_verbs.o |