Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/samples/kprobes/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/samples/kprobes/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