diff options
author | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-11 17:53:14 +0000 |
---|---|---|
committer | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-11 17:53:14 +0000 |
commit | 1242505997be2a8b67658a7fd7ee31fefb5cb846 (patch) | |
tree | 9627530fb98f5ae9704bdf61b48ea7f7f6816bcc /src | |
parent | 01dd733dadc3508ba8f3abf8de87248c835891df (diff) | |
download | openocd+libswd-1242505997be2a8b67658a7fd7ee31fefb5cb846.tar.gz openocd+libswd-1242505997be2a8b67658a7fd7ee31fefb5cb846.tar.bz2 openocd+libswd-1242505997be2a8b67658a7fd7ee31fefb5cb846.tar.xz openocd+libswd-1242505997be2a8b67658a7fd7ee31fefb5cb846.zip |
- removed "starting point" for ngw100, will add it again if it is working
git-svn-id: svn://svn.berlios.de/openocd/trunk@291 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/jtag/Makefile.am | 8 | ||||
-rw-r--r-- | src/jtag/ngw100.c | 28 |
2 files changed, 1 insertions, 35 deletions
diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am index 705f25a6..a35e3f3f 100644 --- a/src/jtag/Makefile.am +++ b/src/jtag/Makefile.am @@ -81,13 +81,7 @@ else USBPROGFILES = endif -if NGW100 -NGW100FILES = ngw100.c -else -NGW100FILES = -endif - libjtag_a_SOURCES = jtag.c $(BITBANGFILES) $(PARPORTFILES) $(FT2232FILES) $(AMTJTAGACCELFILES) $(EP93XXFILES) \ - $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) $(NGW100FILES) + $(AT91RM9200FILES) $(GW16012FILES) $(BITQFILES) $(PRESTOFILES) $(USBPROGFILES) noinst_HEADERS = bitbang.h jtag.h diff --git a/src/jtag/ngw100.c b/src/jtag/ngw100.c deleted file mode 100644 index 74abc0cc..00000000 --- a/src/jtag/ngw100.c +++ /dev/null @@ -1,28 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2008 by Michael Fischer * - * fischermi@t-online.de * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - - -/* EOF */ - - - |