diff options
author | oulijun <oulijun@huawei.com> | 2016-07-21 13:06:56 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-08-22 20:02:33 +0200 |
commit | 8793f779cf6ecc83d4c3345ac821a2d0c95713ad (patch) | |
tree | c720512440d42763ab337fcd545a452c595d02b8 /drivers/infiniband/hw/Makefile | |
parent | IB/hns: Add driver files for hns RoCE driver (diff) | |
download | linux-8793f779cf6ecc83d4c3345ac821a2d0c95713ad.tar.xz linux-8793f779cf6ecc83d4c3345ac821a2d0c95713ad.zip |
IB/hns: Kconfig and Makefile for RoCE module
This patch added Kconfig and Makefile for building RoCE module.
Signed-off-by: Wei Hu <xavier.huwei@huawei.com>
Signed-off-by: Nenglong Zhao <zhaonenglong@hisilicon.com>
Signed-off-by: Lijun Ou <oulijun@huawei.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 c0c7cf8af3f4..21fe401ff178 100644 --- a/drivers/infiniband/hw/Makefile +++ b/drivers/infiniband/hw/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_INFINIBAND_NES) += nes/ obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma/ obj-$(CONFIG_INFINIBAND_USNIC) += usnic/ obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/ +obj-$(CONFIG_INFINIBAND_HNS) += hns/ |