This is an automated email from Gerrit.

Marc Schink ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/3529

-- gerrit

commit 8c41103f1639cb94979d858f8ded377b45f57d87
Author: Marc Schink <[email protected]>
Date:   Sat Jun 11 15:06:21 2016 +0200

    drivers/Makefile.am: Fix libjaylink integration
    
    Include libjaylink in DIST_SUBDIRS only if J-Link driver is enabled.
    
    Change-Id: Ib32bb6a5d8fe9bb6e93d968802733eb4973f2c25
    Signed-off-by: Marc Schink <[email protected]>

diff --git a/src/jtag/drivers/Makefile.am b/src/jtag/drivers/Makefile.am
index 2aaf8fd..fb8e11a 100644
--- a/src/jtag/drivers/Makefile.am
+++ b/src/jtag/drivers/Makefile.am
@@ -166,8 +166,10 @@ noinst_HEADERS = \
 
 DIST_SUBDIRS = usb_blaster
 
+if JLINK
 if INTERNAL_LIBJAYLINK
 DIST_SUBDIRS += libjaylink
 endif
+endif
 
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

-- 

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to