Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3e2816c1078eb2b5a3276eb83d4da156b3e2d04f
/
.
/
scripts
/
Makefile.kcov
blob: 5cc72037e423459820d060bdeedaca44a54b8975 [
file
] [
log
] [
blame
]
ifdef CONFIG_KCOV
CFLAGS_KCOV
:=
$
(
call cc
-
option
,-
fsanitize
-
coverage
=
trace
-
pc
,)
ifeq
(
$
(
CONFIG_KCOV_ENABLE_COMPARISONS
),
y
)
CFLAGS_KCOV
+=
$
(
call cc
-
option
,-
fsanitize
-
coverage
=
trace
-
cmp
,)
endif
endif