aboutsummaryrefslogtreecommitdiff
path: root/src/target/riscv/Makefile.am
blob: 4b6a74f0b85db3667bc07aec34a3efc5868990f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0-or-later

noinst_LTLIBRARIES += %D%/libriscv.la
%C%_libriscv_la_SOURCES = \
       %D%/asm.h \
       %D%/batch.h \
       %D%/debug_defines.h \
       %D%/encoding.h \
       %D%/gdb_regs.h \
       %D%/opcodes.h \
       %D%/program.h \
       %D%/riscv.h \
       %D%/batch.c \
       %D%/program.c \
       %D%/riscv-011.c \
       %D%/riscv-013.c \
       %D%/riscv.c \
       %D%/riscv_semihosting.c