Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
ecca894374699ee2ea42cb5f10e6af66d51bc4b6
/
.
/
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