diff options
author | Selvin Xavier <selvin.xavier@broadcom.com> | 2017-02-10 03:19:53 -0800 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-02-14 09:51:28 -0500 |
commit | 592e8b3226a2b6d116589908d96c45fa13302ad7 (patch) | |
tree | 087c2f109265f143fe2b6c7133f5cdb783b2df15 /drivers/infiniband/hw/Makefile | |
parent | 1ac5a404797523cedaf424a3aaa3cf8f9548dff8 (diff) |
RDMA/bnxt_re: Add bnxt_re driver build support
Makefile and Kconfig changes for enabling bnxt_re compilation
Signed-off-by: Devesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/Makefile')
-rw-r--r-- | drivers/infiniband/hw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/Makefile b/drivers/infiniband/hw/Makefile index ed553de2ca12..34c93abf0fe0 100644 --- a/drivers/infiniband/hw/Makefile +++ b/drivers/infiniband/hw/Makefile @@ -12,3 +12,4 @@ 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/ |