summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-27 02:56:55 +0000
committerduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-27 02:56:55 +0000
commit21eff7095c50bcdc74000e6cda0c76aa3d16b854 (patch)
treeb23c507404fde60339a06203cab910b183248e60 /testing
parent9b2e467545c9eb6e52036cd8ef546b6f799be33c (diff)
downloadopenocd+libswd-21eff7095c50bcdc74000e6cda0c76aa3d16b854.tar.gz
openocd+libswd-21eff7095c50bcdc74000e6cda0c76aa3d16b854.tar.bz2
openocd+libswd-21eff7095c50bcdc74000e6cda0c76aa3d16b854.tar.xz
openocd+libswd-21eff7095c50bcdc74000e6cda0c76aa3d16b854.zip
Added dongle VSLLINK - from Simon Qian
git-svn-id: svn://svn.berlios.de/openocd/trunk@1280 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/build.test1/Makefile.openocd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/build.test1/Makefile.openocd b/testing/build.test1/Makefile.openocd
index dbe8ac10..6b0cb56f 100755
--- a/testing/build.test1/Makefile.openocd
+++ b/testing/build.test1/Makefile.openocd
@@ -40,7 +40,7 @@ MINGW32_EASY_PERMUTATIONS += ftd2xx
CONFIG_OPTIONS_win32_libftdi = --enable-parport --enable-ft2232_libftdi
# Default build for win32... is the ftd2xx type build.
-PERMUTE_win32 ?= $(BUILD_SYSNAME)_ftd2xx
+PERMUTE_win32 ?= ftd2xx
CONFIG_OPTIONS_win32 ?= $(CONFIG_OPTIONS_win32_$(PERMUTE_win32))
CONFIG_OPTIONS_cygwin = $(CONFIG_OPTIONS_win32)
CONFIG_OPTIONS_mingw32 = $(CONFIG_OPTIONS_win32)