Sign in
coral
/
linux-imx
/
56a48e2817dbe729339d33b1bb762252179ce079
/
.
/
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