Sign in
android-kvm
/
linux
/
148a1a5d74485c5595481c3a2bd78daf50cd346a
/
.
/
samples
/
kprobes
/
Makefile
blob: 880e54d2c082730a40f8441449edd62c7a5c162e [
file
] [
log
] [
blame
]
# builds the kprobes example kernel modules;
# then to use one (as root): insmod <module_name.ko>
obj
-
$
(
CONFIG_SAMPLE_KPROBES
)
+=
kprobe_example
.
o
obj
-
$
(
CONFIG_SAMPLE_KRETPROBES
)
+=
kretprobe_example
.
o