This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit aa9d69e224d470b1789b2bdfc5d1505ad40a6118 Author: yinshengkai <[email protected]> AuthorDate: Mon Apr 8 15:42:18 2024 +0800 system: adjust gcov configuration name Signed-off-by: yinshengkai <[email protected]> --- system/gcov/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/gcov/Kconfig b/system/gcov/Kconfig index 6c951954d..5eca78114 100644 --- a/system/gcov/Kconfig +++ b/system/gcov/Kconfig @@ -5,7 +5,7 @@ config SYSTEM_GCOV tristate "gcov tool" - depends on ARCH_COVERAGE + depends on SCHED_GCOV ---help--- Enable support for the 'gcov' command.
