summaryrefslogtreecommitdiffstats
path: root/samples/kprobes/Makefile
diff options
context:
space:
mode:
authorMasami Hiramatsu2017-10-06 01:15:57 +0200
committerIngo Molnar2017-10-20 11:02:55 +0200
commit9be95bdc53c12ada23e39027237fd05e1393d893 (patch)
tree391e26645f79b467a0dc574f2373e367d2154079 /samples/kprobes/Makefile
parentkprobes: Disable the jprobes test code (diff)
downloadkernel-qcow2-linux-9be95bdc53c12ada23e39027237fd05e1393d893.tar.gz
kernel-qcow2-linux-9be95bdc53c12ada23e39027237fd05e1393d893.tar.xz
kernel-qcow2-linux-9be95bdc53c12ada23e39027237fd05e1393d893.zip
kprobes: Remove the jprobes sample code
Remove the jprobes sample module because jprobes are deprecated. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Cc: Alexei Starovoitov <ast@kernel.org> Cc: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com> Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> Cc: David S . Miller <davem@davemloft.net> Cc: Ian McDonald <ian.mcdonald@jandi.co.nz> Cc: Kees Cook <keescook@chromium.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Paul E . McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephen Hemminger <stephen@networkplumber.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Vlad Yasevich <vyasevich@gmail.com> Link: http://lkml.kernel.org/r/150724535709.5014.7261513316230565780.stgit@devbox Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'samples/kprobes/Makefile')
-rw-r--r--samples/kprobes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/kprobes/Makefile b/samples/kprobes/Makefile
index 68739bc4fc6a..880e54d2c082 100644
--- a/samples/kprobes/Makefile
+++ b/samples/kprobes/Makefile
@@ -1,5 +1,5 @@
# builds the kprobes example kernel modules;
# then to use one (as root): insmod <module_name.ko>
-obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o jprobe_example.o
+obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o
obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o