hla: Make consistent parameter naming
[openocd.git] / src / jtag / hla / Makefile.am
blob4fbc70e9cc15e55333ec1daa3bedd3cb7f324e9f
1 include $(top_srcdir)/common.mk
3 noinst_LTLIBRARIES = libocdhla.la
5 libocdhla_la_SOURCES = \
6         $(HLFILES)
8 HLFILES =
10 if HLADAPTER
11 HLFILES += hla_transport.c
12 HLFILES += hla_tcl.c
13 HLFILES += hla_interface.c
14 HLFILES += hla_layout.c
15 endif
17 noinst_HEADERS = \
18         hla_interface.h \
19         hla_layout.h \
20         hla_tcl.h \
21         hla_transport.h
23 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in