diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2019-11-14 22:41:47 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2019-11-15 06:45:47 +0300 |
commit | ae0cc3b7e7f5e37b946876e114068f92b33dfa5a (patch) | |
tree | 513eefec70c31527b1441ebd291ad260ec9ba07c /samples/ftrace/Makefile | |
parent | 0567d6809182df53da03636fad36c507c5cf07a5 (diff) | |
download | linux-ae0cc3b7e7f5e37b946876e114068f92b33dfa5a.tar.xz |
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/Makefile | 1 |
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 |