summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
commite77d46edfa498ea6b9e482eed2f9a4783fb8d66d (patch)
tree6d19776b1d492e8cad206e01f524b1cf3ef5b704 /rules/gdb.in
parent596f6514f2ee5cc295a2892704b66c6709478061 (diff)
downloadptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.gz
ptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.xz
* : d-g.in tristate changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 44e4a493b..8992cbcd6 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -7,15 +7,16 @@ config GDB__VERSION
default 6.8
menuconfig GDB
- bool
- prompt "gdb (the real one) "
+ tristate
+ prompt "gdb (the real one) "
select TERMCAP if GDB__TERMCAP
select NCURSES if GDB__NCURSES
+if GDB
+
config GDB__SHARED
bool "Build shared"
default y
- depends on GDB
select LIBC_M
help
If not set, the build option
@@ -25,7 +26,6 @@ config GDB__SHARED
choice
prompt "Select term library"
default GDB__TERMCAP
- depends on GDB
config GDB__TERMCAP
bool "termcap"
@@ -49,6 +49,8 @@ choice
mapping.
endchoice
+endif
+
source "rules/gdbserver.in"
endmenu