aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/Makefile
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2017-12-29 11:48:25 +0900
committerDavid S. Miller <davem@davemloft.net>2018-01-02 14:27:30 -0500
commita56c1470c2d589069504907c82d0044037124f66 (patch)
tree93d1de1f40ee26cbb4b4b9767fea6ef56cd61d84 /net/dccp/Makefile
parentnet: dccp: Add DCCP sendmsg trace event (diff)
downloadlinux-dev-a56c1470c2d589069504907c82d0044037124f66.tar.xz
linux-dev-a56c1470c2d589069504907c82d0044037124f66.zip
net: dccp: Remove dccpprobe module
Remove DCCP probe module since jprobe has been deprecated. That function is now replaced by dccp/dccp_probe trace-event. 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/dccp/Makefile')
-rw-r--r--net/dccp/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/Makefile b/net/dccp/Makefile
index 4215f13a63af..5b4ff37bc806 100644
--- a/net/dccp/Makefile
+++ b/net/dccp/Makefile
@@ -21,12 +21,10 @@ obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
dccp_ipv6-y := ipv6.o
obj-$(CONFIG_INET_DCCP_DIAG) += dccp_diag.o
-obj-$(CONFIG_NET_DCCPPROBE) += dccp_probe.o
dccp-$(CONFIG_SYSCTL) += sysctl.o
dccp_diag-y := diag.o
-dccp_probe-y := probe.o
# build with local directory for trace.h
CFLAGS_proto.o := -I$(src)