From 2f06bcb3775b2af74fc21773b3f9541214f69bd8 Mon Sep 17 00:00:00 2001 From: mbm Date: Mon, 17 Jan 2005 04:36:09 +0000 Subject: remove gdb for now git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@203 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gdb/Makefile.in | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 toolchain/gdb/Makefile.in (limited to 'toolchain/gdb/Makefile.in') 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 -- cgit v1.2.3