Blame view

samples/kprobes/Makefile 244 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
804defea1   Ananth N Mavinakayanahalli   Kprobes: move kpr...
2
3
  # builds the kprobes example kernel modules;
  # then to use one (as root):  insmod <module_name.ko>
9be95bdc5   Masami Hiramatsu   kprobes: Remove t...
4
  obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o
804defea1   Ananth N Mavinakayanahalli   Kprobes: move kpr...
5
  obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o