summaryrefslogtreecommitdiff
path: root/core/kconfig/strace.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/kconfig/strace.kconfig')
-rw-r--r--core/kconfig/strace.kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/kconfig/strace.kconfig b/core/kconfig/strace.kconfig
index 7e527fd..5394bb8 100644
--- a/core/kconfig/strace.kconfig
+++ b/core/kconfig/strace.kconfig
@@ -25,6 +25,7 @@
config EMBTK_HAVE_STRACE
bool "Have strace in target"
+ depends on !EMBTK_CLIB_MUSL
help
strace is a system call tracer, i.e. a debugging tool which prints out
a trace of all the system calls made by a another process/program.