Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Ananth N Mavinakayanahalli | 804defe | 2008-03-04 14:28:38 -0800 | [diff] [blame] | 2 | # builds the kprobes example kernel modules; |
| 3 | # then to use one (as root): insmod <module_name.ko> |
| 4 | |
Masami Hiramatsu | 9be95bd | 2017-10-06 08:15:57 +0900 | [diff] [blame] | 5 | obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o |
Ananth N Mavinakayanahalli | 804defe | 2008-03-04 14:28:38 -0800 | [diff] [blame] | 6 | obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o |