Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
4b42aab1e8fcac2e9b835a7d93bf30dc9a032faa
/
.
/
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