summaryrefslogtreecommitdiffstats
path: root/net/sctp/Makefile
diff options
context:
space:
mode:
authorMasami Hiramatsu2017-12-29 03:47:20 +0100
committerDavid S. Miller2018-01-02 20:27:29 +0100
commitfa4475f79251a0539e64c08b8b039be23d107dc9 (patch)
treeadd16f1f91696c942f8af9271863e5a7566c07ee /net/sctp/Makefile
parentnet: sctp: Add SCTP ACK tracking trace event (diff)
downloadkernel-qcow2-linux-fa4475f79251a0539e64c08b8b039be23d107dc9.tar.gz
kernel-qcow2-linux-fa4475f79251a0539e64c08b8b039be23d107dc9.tar.xz
kernel-qcow2-linux-fa4475f79251a0539e64c08b8b039be23d107dc9.zip
net: sctp: Remove debug SCTP probe module
Remove SCTP probe module since jprobe has been deprecated. That function is now replaced by sctp/sctp_probe and sctp/sctp_probe_path trace-events. You can use it via ftrace or perftools. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/Makefile')
-rw-r--r--net/sctp/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sctp/Makefile b/net/sctp/Makefile
index 54bd9c1a8aa1..6776582ec449 100644
--- a/net/sctp/Makefile
+++ b/net/sctp/Makefile
@@ -4,7 +4,6 @@
#
obj-$(CONFIG_IP_SCTP) += sctp.o
-obj-$(CONFIG_NET_SCTPPROBE) += sctp_probe.o
obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o
sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
@@ -16,8 +15,6 @@ sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
offload.o stream_sched.o stream_sched_prio.o \
stream_sched_rr.o stream_interleave.o
-sctp_probe-y := probe.o
-
sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
sctp-$(CONFIG_PROC_FS) += proc.o
sctp-$(CONFIG_SYSCTL) += sysctl.o