aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/ftrace/Makefile
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2019-11-14 14:41:47 -0500
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2019-11-14 22:45:47 -0500
commitae0cc3b7e7f5e37b946876e114068f92b33dfa5a (patch)
tree513eefec70c31527b1441ebd291ad260ec9ba07c /samples/ftrace/Makefile
parentftrace: Add modify_ftrace_direct() (diff)
downloadwireguard-linux-ae0cc3b7e7f5e37b946876e114068f92b33dfa5a.tar.xz
wireguard-linux-ae0cc3b7e7f5e37b946876e114068f92b33dfa5a.zip
ftrace/samples: Add a sample module that implements modify_ftrace_direct()
Add a sample module that tests modify_ftrace_direct(), and this can be used by the selftests as well. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'samples/ftrace/Makefile')
-rw-r--r--samples/ftrace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/ftrace/Makefile b/samples/ftrace/Makefile
index d8217c4e072e..fb0c3ae18295 100644
--- a/samples/ftrace/Makefile
+++ b/samples/ftrace/Makefile
@@ -2,3 +2,4 @@
obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct.o
obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct-too.o
+obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct-modify.o