forked from auracaster/openocd
Driver for USB-JTAG, Altera USB-Blaster and compatibles
The 10-pin JTAG layout used with these adapters is used by a variety of platforms including AVR. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
committed by
David Brownell
parent
900d745567
commit
84dbf8ab5a
@@ -60,12 +60,16 @@ endif
|
||||
if FT2232_LIBFTDI
|
||||
FTDI2232LIB = -lftdi -lusb
|
||||
else
|
||||
if USB_BLASTER_LIBFTDI
|
||||
FTDI2232LIB = -lftdi -lusb
|
||||
else
|
||||
if PRESTO_LIBFTDI
|
||||
FTDI2232LIB = -lftdi -lusb
|
||||
else
|
||||
FTDI2232LIB =
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
if USBPROG
|
||||
LIBUSB = -lusb
|
||||
|
||||
Reference in New Issue
Block a user