blob: 880e54d2c082730a40f8441449edd62c7a5c162e [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001# builds the kprobes example kernel modules;
2# then to use one (as root): insmod <module_name.ko>
3
4obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o
5obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o