summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-06-21 15:33:00 -0400
committerDavid S. Miller <davem@davemloft.net>2017-06-21 15:33:00 -0400
commit52f80dca7a1a9f4ad6f6bd5a9b9d25851e3d670a (patch)
treecd451fcec89c8c4488bc031a85b0bcb189984d7f /drivers/net/ethernet/qlogic/qed/Makefile
parente86283071fb0eed28136adb52997888f4beb202b (diff)
parent7003cdd6a121e7bdb8a05eb1931f9549a36ea723 (diff)
downloadop-kernel-dev-52f80dca7a1a9f4ad6f6bd5a9b9d25851e3d670a.zip
op-kernel-dev-52f80dca7a1a9f4ad6f6bd5a9b9d25851e3d670a.tar.gz
Merge branch 'qed-File-split-and-rename-towards-iWARP-support'
Michal Kalderon says: ==================== qed*: File split and rename towards iWARP support This patch series makes a few more infrastructure changes towards adding iWARP support. Hopefully this is the last infrastructure change prior to the iWARP RFC. Patch #1-3 take care of taking all the common iWARP/RoCE code out of qed_roce.[ch] and placing it in qed_rdma.[ch] Patch #4 renames the roce interface file as it is common for RoCE and iWARP. This patch touches qedr as well. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qed/Makefile')
-rw-r--r--drivers/net/ethernet/qlogic/qed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/Makefile b/drivers/net/ethernet/qlogic/qed/Makefile
index 974929d..6745238 100644
--- a/drivers/net/ethernet/qlogic/qed/Makefile
+++ b/drivers/net/ethernet/qlogic/qed/Makefile
@@ -5,6 +5,6 @@ qed-y := qed_cxt.o qed_dev.o qed_hw.o qed_init_fw_funcs.o qed_init_ops.o \
qed_selftest.o qed_dcbx.o qed_debug.o qed_ptp.o
qed-$(CONFIG_QED_SRIOV) += qed_sriov.o qed_vf.o
qed-$(CONFIG_QED_LL2) += qed_ll2.o
-qed-$(CONFIG_QED_RDMA) += qed_roce.o
+qed-$(CONFIG_QED_RDMA) += qed_roce.o qed_rdma.o
qed-$(CONFIG_QED_ISCSI) += qed_iscsi.o qed_ooo.o
qed-$(CONFIG_QED_FCOE) += qed_fcoe.o
OpenPOWER on IntegriCloud