- added jlink support, based on Jürgen Stuber patch

git-svn-id: svn://svn.berlios.de/openocd/trunk@658 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-05-14 14:13:38 +00:00
parent f1e72cf029
commit 548bb19aa2
8 changed files with 887 additions and 3 deletions

View File

@@ -44,8 +44,12 @@ endif
if USBPROG
LIBUSB = -lusb
else
if JLINK
LIBUSB = -lusb
else
LIBUSB =
endif
endif
if IS_WIN32
if FTD2XXDIR