From 548bb19aa28ca2eec4b8f1c06cbb4b0ace162db3 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Wed, 14 May 2008 14:13:38 +0000 Subject: - added jlink support, based on Jürgen Stuber patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.berlios.de/openocd/trunk@658 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d575fbde..4cfabb39 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,8 +44,12 @@ endif if USBPROG LIBUSB = -lusb else +if JLINK +LIBUSB = -lusb +else LIBUSB = endif +endif if IS_WIN32 if FTD2XXDIR -- cgit v1.2.3