system/gdbstub: Add depends of LIB_GDBSTUB

in function `gdbstub_main':
undefined reference to `gdb_state_init'
undefined reference to `gdb_process'
undefined reference to `gdb_state_uninit'

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
wangjianyu3 2025-07-18 15:05:23 +08:00 committed by Xiang Xiao
parent 6bca3c2ca2
commit f34ae4587a

View file

@ -5,6 +5,7 @@
config SYSTEM_GDBSTUB
tristate "GDBSTUB"
depends on LIB_GDBSTUB
---help---
Enable support for gdbstub.