aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/stlink/Makefile.am
blob: ac5b3aff91849b3060909ea19244eeae5da8dc27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include $(top_srcdir)/common.mk

noinst_LTLIBRARIES = libocdstlink.la

libocdstlink_la_SOURCES = \
	$(STLINKFILES)

nobase_dist_pkglib_DATA =

STLINKFILES =

if STLINK
STLINKFILES += stlink_transport.c
STLINKFILES += stlink_tcl.c
STLINKFILES += stlink_interface.c
STLINKFILES += stlink_layout.c
endif

noinst_HEADERS = \
	stlink_tcl.h

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in