cfg: fix incorrect stm32-performance stick config
[fw/openocd] / testing / build.test1 / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index a69d7d3..7271bf2
@@ -81,6 +81,13 @@ linux.ftd2xx_installed.setup:
        cd $(EXEC_PREFIX)/lib && ln -s libftd2xx.so.$(FTD2XX_LINUX_VERSION) libftd2xx.so
 
 
+all.download:
+       mkdir -p ${VIRGINS}
+       ${MAKE} -f Makefile.confuse download
+       ${MAKE} -f Makefile.libftdi download
+       ${MAKE} -f Makefile.ftd2xx  download
+       ${MAKE} -f Makefile.libusb  download
+
 .PHONY: linux.buildtest \
        linux.easy.buildtest \
        linux.ftd2xx_installed \
@@ -88,3 +95,4 @@ linux.ftd2xx_installed.setup:
        linux.ftd2xx_installed.setup
 
 
+