Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
f55a7ceaf4851573d2cb494e1c701136748334d2
/
.
/
kernel
/
events
/
Makefile
blob: 2925188f50eabe18bd14d2d3752651dcc67b59ef [
file
] [
log
] [
blame
]
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_core
.
o
=
$
(
CC_FLAGS_FTRACE
)
endif
obj
-
y
:=
core
.
o ring_buffer
.
o callchain
.
o
obj
-
$
(
CONFIG_HAVE_HW_BREAKPOINT
)
+=
hw_breakpoint
.
o
obj
-
$
(
CONFIG_UPROBES
)
+=
uprobes
.
o