System call debug needs to be conditioned on LIB_SYSCALL, no NUTTX_KERNEL
This commit is contained in:
parent
ccc0426b3f
commit
040d4317a5
2
Kconfig
2
Kconfig
|
@ -441,7 +441,7 @@ config DEBUG_SCHED
|
||||||
config DEBUG_SYSCALL
|
config DEBUG_SYSCALL
|
||||||
bool "SYSCALL Debug Output"
|
bool "SYSCALL Debug Output"
|
||||||
default n
|
default n
|
||||||
depends on NUTTX_KERNEL
|
depends on LIB_SYSCALL
|
||||||
---help---
|
---help---
|
||||||
Enable very low level output related to system calls. This gives
|
Enable very low level output related to system calls. This gives
|
||||||
you basically a poor man's version of strace.
|
you basically a poor man's version of strace.
|
||||||
|
|
Loading…
Reference in New Issue