Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
ash
/
linux
/
4617c2203fbc36f496e6d1060299ba27b8e4d01c
/
.
/
kernel
/
events
/
Makefile
blob: 2925188f50eabe18bd14d2d3752651dcc67b59ef [
file
]
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