This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
Include ULINK driver in src/Makefile.am
tags/v0.5.0-rc1
Martin Schmölzer
12 years ago
committed by
Øyvind Harboe
parent
379abb9167
commit
29f6f6ae5f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/Makefile.am
+ 4
- 0
src/Makefile.am
View File
@@ -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 \
Write
Preview
Loading…
Cancel
Save