aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e3adaad8..1e7af9c7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,6 +85,9 @@ else
if RLINK
LIBUSB = -lusb
else
+if ULINK
+LIBUSB = -lusb
+else
if VSLLINK
LIBUSB = -lusb
else
@@ -93,6 +96,7 @@ endif
endif
endif
endif
+endif
libopenocd_la_LIBADD = \
$(top_builddir)/src/xsvf/libxsvf.la \