Sign in
gfiber
/
kernel
/
lockdown
/
09f83488b85a30cab44c658d4ea191b67b88e6e1
/
.
/
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