summaryrefslogtreecommitdiffstats
path: root/net/dccp/Makefile
diff options
context:
space:
mode:
authorMasami Hiramatsu2017-12-29 03:47:55 +0100
committerDavid S. Miller2018-01-02 20:27:30 +0100
commitee549be6f061188f306133e3a66ce3d3c6758811 (patch)
treee7a89d34f4eea551ab552240b4dc531382dd6731 /net/dccp/Makefile
parentnet: sctp: Remove debug SCTP probe module (diff)
downloadkernel-qcow2-linux-ee549be6f061188f306133e3a66ce3d3c6758811.tar.gz
kernel-qcow2-linux-ee549be6f061188f306133e3a66ce3d3c6758811.tar.xz
kernel-qcow2-linux-ee549be6f061188f306133e3a66ce3d3c6758811.zip
net: dccp: Add DCCP sendmsg trace event
Add DCCP sendmsg trace event (dccp/dccp_probe) for replacing dccpprobe. User can trace this event 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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dccp/Makefile b/net/dccp/Makefile
index 2e7b56097bc4..4215f13a63af 100644
--- a/net/dccp/Makefile
+++ b/net/dccp/Makefile
@@ -27,3 +27,6 @@ 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)