rtos/hwthread: derive threadid from SMP index
[openocd.git] / src / pld / Makefile.am
blob69e457c96a11e91ad14cb75e07a9c0387199e7be
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 noinst_LTLIBRARIES += %D%/libpld.la
4 %C%_libpld_la_SOURCES = \
5         %D%/certus.c \
6         %D%/ecp2_3.c \
7         %D%/ecp5.c \
8         %D%/efinix.c \
9         %D%/gatemate.c \
10         %D%/gowin.c \
11         %D%/intel.c \
12         %D%/lattice.c \
13         %D%/lattice_bit.c \
14         %D%/pld.c \
15         %D%/raw_bit.c \
16         %D%/xilinx_bit.c \
17         %D%/virtex2.c \
18         %D%/certus.h \
19         %D%/ecp2_3.h \
20         %D%/ecp5.h \
21         %D%/lattice.h \
22         %D%/lattice_bit.h \
23         %D%/lattice_cmd.h \
24         %D%/pld.h \
25         %D%/raw_bit.h \
26         %D%/xilinx_bit.h \
27         %D%/virtex2.h