openocd: build: add SPDX tag
[fw/openocd] / src / jtag / hla / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 noinst_LTLIBRARIES += %D%/libocdhla.la
4
5 %C%_libocdhla_la_SOURCES = \
6         %D%/hla_transport.c \
7         %D%/hla_tcl.c \
8         %D%/hla_interface.c \
9         %D%/hla_layout.c \
10         %D%/hla_transport.h \
11         %D%/hla_interface.h \
12         %D%/hla_layout.h \
13         %D%/hla_tcl.h