Skip to content

Commit

Permalink
um: Make GCOV depend on !KCOV
Browse files Browse the repository at this point in the history
Both do more or less the same thing and are mutually exclusive.
If both are enabled the build will fail.
Sooner or later we can kill UML's GCOV.

Signed-off-by: Richard Weinberger <[email protected]>
  • Loading branch information
richardweinberger committed Dec 27, 2018
1 parent 0053102 commit 550ed0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/um/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ config GPROF
config GCOV
bool "Enable gcov support"
depends on DEBUG_INFO
depends on !KCOV
help
This option allows developers to retrieve coverage data from a UML
session.
Expand Down

0 comments on commit 550ed0e

Please sign in to comment.