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:
committed by
Tom Rini
parent
cd5d274252
commit
52ff8020d0
4
.gitignore
vendored
4
.gitignore
vendored
@@ -85,3 +85,7 @@ GTAGS
|
||||
*.orig
|
||||
*~
|
||||
\#*#
|
||||
|
||||
# gcc code coverage files
|
||||
*.gcda
|
||||
*.gcno
|
||||
|
Reference in New Issue
Block a user