diff options
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | 2017-01-09 18:55:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-10 00:07:41 +0300 |
commit | f16a7dd5cf27eeda187425c9c7d96802a549f9c4 (patch) | |
tree | 0f7b7f3986f6d5d17fdda7af266d09a8f7882e03 /net/smc/Makefile | |
parent | b38d732477e4211351b2680e805d944f66bceec9 (diff) | |
download | linux-f16a7dd5cf27eeda187425c9c7d96802a549f9c4.tar.xz |
smc: netlink interface for SMC sockets
Support for SMC socket monitoring via netlink sockets of protocol
NETLINK_SOCK_DIAG.
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/smc/Makefile b/net/smc/Makefile index 5cf0cafaa208..188104654b54 100644 --- a/net/smc/Makefile +++ b/net/smc/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_SMC) += smc.o +obj-$(CONFIG_SMC_DIAG) += smc_diag.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 smc_tx.o smc_rx.o smc_close.o |