Sign in
zircon-guest
/
third_party
/
linux
/
6ec2db3fac8b68a3012c970a2de4223681a8858b
/
.
/
kernel
/
gcov
/
Makefile
blob: ff06d64df3976807840dffd3a7629e64f5270de2 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
ccflags
-
y
:=
-
DSRCTREE
=
'"$(srctree)"'
-
DOBJTREE
=
'"$(objtree)"'
obj
-
y
:=
base
.
o fs
.
o
obj
-
$
(
CONFIG_GCOV_FORMAT_3_4
)
+=
gcc_3_4
.
o
obj
-
$
(
CONFIG_GCOV_FORMAT_4_7
)
+=
gcc_4_7
.
o