Next step in the JTAG minidriver. This should be fairly close to the final thing...
[fw/openocd] / src / jtag / Makefile.am
index 64159e589ce841372bff726156af21b5a4d0055e..a35e3f3f17b0e0b645acda77aac034fc76e8a0aa 100644 (file)
@@ -65,11 +65,15 @@ else
 BITQFILES =
 endif
 
-if PRESTO
+if PRESTO_LIBFTDI
+PRESTOFILES = presto.c
+else
+if PRESTO_FTD2XX
 PRESTOFILES = presto.c
 else
 PRESTOFILES =
 endif
+endif
 
 if USBPROG
 USBPROGFILES = usbprog.c