projects
/
linux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dm persistent data: eliminate unnecessary return values
[linux.git]
/
kernel
/
gcov
/
Makefile
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)
This page took
0.033295 seconds
and
4
git commands to generate.