Sign in
zircon-guest
/
third_party
/
linux
/
db1fa43e5a644d25465096efcdfaffb577f17f83
/
.
/
arch
/
x86
/
kernel
/
kprobes
/
Makefile
blob: 0d33169cc1a27af1424feebec15c8f91e4eed34a [
file
] [
log
] [
blame
]
#
# Makefile for kernel probes
#
obj
-
$
(
CONFIG_KPROBES
)
+=
core
.
o
obj
-
$
(
CONFIG_OPTPROBES
)
+=
opt
.
o
obj
-
$
(
CONFIG_KPROBES_ON_FTRACE
)
+=
ftrace
.
o