Skip to content

Commit f34ae45

Browse files
JianyuWang0623xiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent 6bca3c2 commit f34ae45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/gdbstub/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
config SYSTEM_GDBSTUB
77
tristate "GDBSTUB"
8+
depends on LIB_GDBSTUB
89
---help---
910
Enable support for gdbstub.
1011

0 commit comments

Comments
 (0)