summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 03:06:03 +0200
committerEric Andersen2004-10-09 03:06:03 +0200
commit2d523c23175b8e8772c2e223d92513f836cde8a6 (patch)
tree4482f6ad3b4e5a3259da65110e95cf853ac5d419 /toolchain/gdb/Makefile.in
parentprune info/man pages (diff)
downloadbuildroot-2d523c23175b8e8772c2e223d92513f836cde8a6.tar.gz
buildroot-2d523c23175b8e8772c2e223d92513f836cde8a6.tar.xz
buildroot-2d523c23175b8e8772c2e223d92513f836cde8a6.zip
Major buildroot facelift, step one.
-Erik
Diffstat (limited to 'toolchain/gdb/Makefile.in')
-rw-r--r--toolchain/gdb/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile.in b/toolchain/gdb/Makefile.in
new file mode 100644
index 000000000..cdaf2ca0e
--- /dev/null
+++ b/toolchain/gdb/Makefile.in
@@ -0,0 +1,10 @@
+GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION)))
+#"
+
+ifeq ($(strip $(BR2_PACKAGE_GDB)),y)
+TARGETS+=gdbclient
+endif
+
+ifeq ($(strip $(BR2_PACKAGE_GDB_SERVER)),y)
+TARGETS+=gdbserver gdb_target
+endif