summaryrefslogtreecommitdiffstats
path: root/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
commit2f06bcb3775b2af74fc21773b3f9541214f69bd8 (patch)
treefaef01896376525e82c261ffc36e6e4c003b4cf9 /toolchain/gdb/Makefile.in
parent2ccd728cc3ac3fc23d8d26de2c177ce5453242ff (diff)
remove gdb for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@203 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb/Makefile.in')
-rw-r--r--toolchain/gdb/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/gdb/Makefile.in b/toolchain/gdb/Makefile.in
deleted file mode 100644
index 51a2ddb3d..000000000
--- a/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