1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

kconfig: add CONFIG_CC_COVERAGE

Make it possible to use gcc code coverage analysis.

v1 -> v2:
 - Kconfig: remove not needed 'default n'
 - Makefile: use consistent spacing

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Christian Gmeiner
2018-04-09 17:11:45 +02:00
committed by Tom Rini
parent cd5d274252
commit 52ff8020d0
3 changed files with 17 additions and 0 deletions

4
.gitignore vendored
View File

@@ -85,3 +85,7 @@ GTAGS
*.orig
*~
\#*#
# gcc code coverage files
*.gcda
*.gcno