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