Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
1353aa53851e3bc7f2c6365753d9c2783c34f882
/
.
/
kernel
/
events
/
Makefile
blob: 103f5d147b2f9f483b8c3920178d4bdbfb74e400 [
file
] [
log
] [
blame
]
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core
.
o
=
-
pg
endif
obj
-
y
:=
core
.
o ring_buffer
.
o callchain
.
o
obj
-
$
(
CONFIG_HAVE_HW_BREAKPOINT
)
+=
hw_breakpoint
.
o
obj
-
$
(
CONFIG_UPROBES
)
+=
uprobes
.
o