Ananth N Mavinakayanahalli | 804defe | 2008-03-04 14:28:38 -0800 | [diff] [blame] | 1 | # builds the kprobes example kernel modules; |
2 | # then to use one (as root): insmod <module_name.ko> | ||||
3 | |||||
Masami Hiramatsu | 9be95bd | 2017-10-06 08:15:57 +0900 | [diff] [blame] | 4 | obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o |
Ananth N Mavinakayanahalli | 804defe | 2008-03-04 14:28:38 -0800 | [diff] [blame] | 5 | obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o |