aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/Makefile.am
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2013-09-11 23:25:19 +0200
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2013-09-13 21:43:37 +0000
commitdd6274deed65c47ba2ef46e14259167d393399d8 (patch)
tree121a5538525dc6ec687eb342071359cf7b4a174d /src/jtag/drivers/Makefile.am
parent191a5736c202dfb784e86a8190edc64e80dc62e5 (diff)
downloadriscv-openocd-dd6274deed65c47ba2ef46e14259167d393399d8.zip
riscv-openocd-dd6274deed65c47ba2ef46e14259167d393399d8.tar.gz
riscv-openocd-dd6274deed65c47ba2ef46e14259167d393399d8.tar.bz2
configure: auto-enable USB adapters based on libusb availability
This unifies the way the USB adapters are handled, and enables them automatically whenever possible (until explicitly disabled). If an adapter is explicitly enabled but can't be built, abort the configure. Also add infrastructure for generic handling of adapter drivers in configure and print a summary of the configuration results after finishing. The m4 quoting is as conservative as I could get it, and seems appropriate. Change-Id: I1655691e5ea0d8eb9e3f67830b96992ffe33640a Signed-off-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/1475 Reviewed-by: Xiaofan <xiaofanc@gmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Tested-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src/jtag/drivers/Makefile.am')
-rw-r--r--src/jtag/drivers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/drivers/Makefile.am b/src/jtag/drivers/Makefile.am
index e8f1efb..00f0165 100644
--- a/src/jtag/drivers/Makefile.am
+++ b/src/jtag/drivers/Makefile.am
@@ -41,7 +41,7 @@ endif
if FT2232_DRIVER
DRIVERFILES += ft2232.c
endif
-if FTDI_DRIVER
+if FTDI
DRIVERFILES += ftdi.c mpsse.c
endif
if JTAG_VPI