aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/Makefile.am
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-02-15 21:59:28 +0100
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-11-06 09:45:06 +0000
commitcc2d4f015f72d7c30d613b50572eb9f31fac515a (patch)
tree164ca618fbb02a847cd802e8a5f0ba20b5e0163e /src/jtag/drivers/Makefile.am
parentf60d42b0e2d7c1bde4f75cf5fcaeddf11d21f7ed (diff)
downloadriscv-openocd-cc2d4f015f72d7c30d613b50572eb9f31fac515a.zip
riscv-openocd-cc2d4f015f72d7c30d613b50572eb9f31fac515a.tar.gz
riscv-openocd-cc2d4f015f72d7c30d613b50572eb9f31fac515a.tar.bz2
Remove since long deprecated ft2232 driver
Purge all legacy interface configurations so there's no more confusion over which one to use. Also remove doc/INSTALL.txt which mentions ft2232 but otherwise just duplicates what INSTALL says. Change-Id: Ic94f808f123d4917e600b79309f1272c78a7bb11 Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3236 Tested-by: jenkins Reviewed-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'src/jtag/drivers/Makefile.am')
-rw-r--r--src/jtag/drivers/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jtag/drivers/Makefile.am b/src/jtag/drivers/Makefile.am
index c81c08e..4c4e774 100644
--- a/src/jtag/drivers/Makefile.am
+++ b/src/jtag/drivers/Makefile.am
@@ -60,9 +60,6 @@ endif
if DUMMY
DRIVERFILES += dummy.c
endif
-if FT2232_DRIVER
-DRIVERFILES += ft2232.c
-endif
if FTDI
DRIVERFILES += ftdi.c mpsse.c
endif