Added dongle VSLLINK - from Simon Qian

git-svn-id: svn://svn.berlios.de/openocd/trunk@1280 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
duane
2008-12-27 02:56:55 +00:00
parent 9b2e467545
commit 21eff7095c
6 changed files with 40 additions and 4 deletions
+4
View File
@@ -50,10 +50,14 @@ else
if RLINK
LIBUSB = -lusb
else
if VSLLINK
LIBUSB = -lusb
else
LIBUSB =
endif
endif
endif
endif