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 378afdebd gprof: modify depends on
378afdebd is described below
commit 378afdebd54204b8e200b38afd55a85250735c10
Author: wangmingrong1 <[email protected]>
AuthorDate: Wed Nov 13 19:45:21 2024 +0800
gprof: modify depends on
Signed-off-by: wangmingrong1 <[email protected]>
---
system/gprof/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/gprof/Kconfig b/system/gprof/Kconfig
index 4e4e8d701..eb5bf7bbe 100644
--- a/system/gprof/Kconfig
+++ b/system/gprof/Kconfig
@@ -6,7 +6,7 @@
config SYSTEM_GPROF
tristate "gprof tool"
default n
- depends on SCHED_GPROF || SIM_GPROF
+ depends on !PROFILE_NONE || SIM_GPROF
---help---
Enable support for the 'gprof' command.