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


The following commit(s) were added to refs/heads/master by this push:
     new bb03ef0ce gcov: modify depends on
bb03ef0ce is described below

commit bb03ef0ce3ac34a6f86906148fbcca0f71da073b
Author: wangmingrong1 <[email protected]>
AuthorDate: Tue Oct 29 14:51:21 2024 +0800

    gcov: modify depends on
    
    Signed-off-by: wangmingrong1 <[email protected]>
---
 system/gcov/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/gcov/Kconfig b/system/gcov/Kconfig
index 5eca78114..58d73436b 100644
--- a/system/gcov/Kconfig
+++ b/system/gcov/Kconfig
@@ -5,7 +5,7 @@
 
 config SYSTEM_GCOV
        tristate "gcov tool"
-       depends on SCHED_GCOV
+       depends on !COVERAGE_NONE
        ---help---
                Enable support for the 'gcov' command.
 

Reply via email to