summaryrefslogtreecommitdiffstats
path: root/net/smc/Makefile
diff options
context:
space:
mode:
authorUrsula Braun2017-01-09 16:55:22 +0100
committerDavid S. Miller2017-01-09 22:07:40 +0100
commit5f08318f617b05b6ee389d8bd174c7af921ebf19 (patch)
treea9cb73bf47554bd92ad3e9861a49683df2c11ab9 /net/smc/Makefile
parentsmc: link layer control (LLC) (diff)
downloadkernel-qcow2-linux-5f08318f617b05b6ee389d8bd174c7af921ebf19.tar.gz
kernel-qcow2-linux-5f08318f617b05b6ee389d8bd174c7af921ebf19.tar.xz
kernel-qcow2-linux-5f08318f617b05b6ee389d8bd174c7af921ebf19.zip
smc: connection data control (CDC)
send and receive CDC messages (via IB message send and CQE) Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/Makefile')
-rw-r--r--net/smc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/smc/Makefile b/net/smc/Makefile
index 73320bf452b0..ec0fd0338c6d 100644
--- a/net/smc/Makefile
+++ b/net/smc/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_SMC) += smc.o
smc-y := af_smc.o smc_pnet.o smc_ib.o smc_clc.o smc_core.o smc_wr.o smc_llc.o
+smc-y += smc_cdc.o