blob: 880e54d2c082730a40f8441449edd62c7a5c162e [file] [log] [blame]
Ananth N Mavinakayanahalli804defe2008-03-04 14:28:38 -08001# builds the kprobes example kernel modules;
2# then to use one (as root): insmod <module_name.ko>
3
Masami Hiramatsu9be95bd2017-10-06 08:15:57 +09004obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o
Ananth N Mavinakayanahalli804defe2008-03-04 14:28:38 -08005obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o