summaryrefslogtreecommitdiff
path: root/net/dccp/Makefile
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2017-12-29 05:47:55 +0300
committerDavid S. Miller <davem@davemloft.net>2018-01-02 22:27:30 +0300
commitee549be6f061188f306133e3a66ce3d3c6758811 (patch)
treee7a89d34f4eea551ab552240b4dc531382dd6731 /net/dccp/Makefile
parentfa4475f79251a0539e64c08b8b039be23d107dc9 (diff)
downloadlinux-ee549be6f061188f306133e3a66ce3d3c6758811.tar.xz
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)