]> git.sur5r.net Git - openocd/commitdiff
Include ULINK driver in src/Makefile.am
authorMartin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
Mon, 20 Jun 2011 17:50:54 +0000 (19:50 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 26 Jun 2011 15:43:51 +0000 (17:43 +0200)
src/Makefile.am

index e3adaad843ecddcfbedd0a1112c61ef65fa26daa..1e7af9c760dae0ab7b01a39d8c904d09d7fa9e42 100644 (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 \