Include ULINK driver in src/Makefile.am
This commit is contained in:
parent
379abb9167
commit
29f6f6ae5f
|
@ -85,6 +85,9 @@ else
|
||||||
if RLINK
|
if RLINK
|
||||||
LIBUSB = -lusb
|
LIBUSB = -lusb
|
||||||
else
|
else
|
||||||
|
if ULINK
|
||||||
|
LIBUSB = -lusb
|
||||||
|
else
|
||||||
if VSLLINK
|
if VSLLINK
|
||||||
LIBUSB = -lusb
|
LIBUSB = -lusb
|
||||||
else
|
else
|
||||||
|
@ -93,6 +96,7 @@ endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
libopenocd_la_LIBADD = \
|
libopenocd_la_LIBADD = \
|
||||||
$(top_builddir)/src/xsvf/libxsvf.la \
|
$(top_builddir)/src/xsvf/libxsvf.la \
|
||||||
|
|
Loading…
Reference in New Issue