summaryrefslogtreecommitdiffstats
path: root/net/mptcp/Makefile
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2020-07-09 15:12:41 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-09 12:38:41 -0700
commitac3b45f6095452a9731f8825be1513d326dbfa15 (patch)
treefbdc9d263aa240d5d478b98c4097068e0524d45e /net/mptcp/Makefile
parent96d890daad05a3e47e914451f07b79275b325c95 (diff)
downloadlinux-ac3b45f6095452a9731f8825be1513d326dbfa15.tar.bz2
mptcp: add MPTCP socket diag interface
exposes basic inet socket attribute, plus some MPTCP socket fields comprising PM status and MPTCP-level sequence numbers. Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp/Makefile')
-rw-r--r--net/mptcp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mptcp/Makefile b/net/mptcp/Makefile
index c53f9b845523..2360cbd27d59 100644
--- a/net/mptcp/Makefile
+++ b/net/mptcp/Makefile
@@ -4,6 +4,8 @@ obj-$(CONFIG_MPTCP) += mptcp.o
mptcp-y := protocol.o subflow.o options.o token.o crypto.o ctrl.o pm.o diag.o \
mib.o pm_netlink.o
+obj-$(CONFIG_INET_MPTCP_DIAG) += mptcp_diag.o
+
mptcp_crypto_test-objs := crypto_test.o
mptcp_token_test-objs := token_test.o
obj-$(CONFIG_MPTCP_KUNIT_TESTS) += mptcp_crypto_test.o mptcp_token_test.o