Revision 0f74d82d80e653545f4190c96a25f3b6751a8370 authored by John W. Linville on 09 January 2014, 15:19:01 UTC, committed by John W. Linville on 09 January 2014, 15:19:01 UTC
2 parent s 732256b + 2eff7c7
Raw File
Makefile
# builds the kprobes example kernel modules;
# then to use one (as root):  insmod <module_name.ko>

obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o jprobe_example.o
obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o
back to top