blob: e774592718d6353a216a435a156c4c116f5b3a05 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Ananth N Mavinakayanahalli804defe2008-03-04 14:28:38 -08002# builds the kprobes example kernel modules;
3# then to use one (as root): insmod <module_name.ko>
4
Masami Hiramatsu9be95bd2017-10-06 08:15:57 +09005obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o
Ananth N Mavinakayanahalli804defe2008-03-04 14:28:38 -08006obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o