mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Include ULINK driver in src/Makefile.am
This commit is contained in:
committed by
Øyvind Harboe
parent
379abb9167
commit
29f6f6ae5f
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user