Skip to content
Snippets Groups Projects
Commit efa90d0f authored by Marc Schink's avatar Marc Schink Committed by Paul Fertser
Browse files

drivers/Makefile.am: Fix libjaylink integration


Include libjaylink in DIST_SUBDIRS only if J-Link driver is enabled.

Change-Id: Ib32bb6a5d8fe9bb6e93d968802733eb4973f2c25
Signed-off-by: default avatarMarc Schink <openocd-dev@marcschink.de>
Reviewed-on: http://openocd.zylin.com/3529


Tested-by: jenkins
Reviewed-by: default avatarPaul Fertser <fercerpav@gmail.com>
parent 37ed4751
Branches
Tags
No related merge requests found
......@@ -167,8 +167,10 @@ noinst_HEADERS = \
DIST_SUBDIRS = usb_blaster
if JLINK
if INTERNAL_LIBJAYLINK
DIST_SUBDIRS += libjaylink
endif
endif
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment