target/espressif: add semihosting support
[fw/openocd] / src / target / espressif / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 noinst_LTLIBRARIES += %D%/libespressif.la
4 %C%_libespressif_la_SOURCES = \
5        %D%/esp_xtensa.c \
6        %D%/esp_xtensa.h \
7        %D%/esp_xtensa_smp.c \
8        %D%/esp_xtensa_smp.h \
9        %D%/esp_xtensa_semihosting.c \
10        %D%/esp_xtensa_semihosting.h \
11        %D%/esp32.c \
12        %D%/esp32s2.c \
13        %D%/esp32s3.c \
14        %D%/esp_semihosting.c \
15        %D%/esp_semihosting.h