summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/gdb/Makefile.in
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-01-17 04:36:09 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-01-17 04:36:09 +0000
commit8ab7376abd988d44be3eb59dbfc8e45db139703d (patch)
treeb5a66e3a2c19b77fff91e1a16aba9dacfbdaf957 /openwrt/toolchain/gdb/Makefile.in
parentd20d4b42242c510c60dc24de3c0f3d705f12c106 (diff)
remove gdb for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@203 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/gdb/Makefile.in')
-rw-r--r--openwrt/toolchain/gdb/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/openwrt/toolchain/gdb/Makefile.in b/openwrt/toolchain/gdb/Makefile.in
deleted file mode 100644
index 51a2ddb3d..000000000
--- a/openwrt/toolchain/gdb/Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
-GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION)))
-#"
-
-ifeq ($(strip $(BR2_PACKAGE_GDB)),y)
-TARGETS+=gdb_target
-endif
-
-ifeq ($(strip $(BR2_PACKAGE_GDB_SERVER)),y)
-TARGETS+=gdbserver gdbclient
-endif