summaryrefslogtreecommitdiff
path: root/src/jtag/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/Makefile.am')
-rw-r--r--src/jtag/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am
index 64159e58..b993b1ce 100644
--- a/src/jtag/Makefile.am
+++ b/src/jtag/Makefile.am
@@ -65,9 +65,12 @@ else
BITQFILES =
endif
-if PRESTO
+if PRESTO_LIBFTDI
PRESTOFILES = presto.c
else
+if PRESTO_FTD2XX
+PRESTOFILES = presto.c
+endif
PRESTOFILES =
endif