repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hpsa: Change SAS transport devices to bus 0.
[linux/fpc-iii.git]
/
kernel
/
gcov
/
Makefile
blob
752d6486b67e15eba9113116972a2cd0450ca0cc
1
ccflags-y
:= -
DSRCTREE
=
'"$(srctree)"'
-
DOBJTREE
=
'"$(objtree)"'
2
3
obj-y
:=
base.o fs.o
4
obj-
$(
CONFIG_GCOV_FORMAT_3_4
) +=
gcc_3_4.o
5
obj-
$(
CONFIG_GCOV_FORMAT_4_7
) +=
gcc_4_7.o
6
obj-
$(
CONFIG_GCOV_FORMAT_AUTODETECT
) += $(
call cc-ifversion
, -
lt
,
0407
,
\
7
gcc_3_4.o
,
gcc_4_7.o
)