Skip to content
Snippets Groups Projects
Commit 29f6f6ae authored by Martin Schmölzer's avatar Martin Schmölzer Committed by Øyvind Harboe
Browse files

Include ULINK driver in src/Makefile.am

parent 379abb91
Branches
Tags
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment