aboutsummaryrefslogtreecommitdiff
path: root/src/target/riscv/Makefile.am
blob: aa82f581198015ac9902accdc76e678b65cb46c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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%/debug_reg_printer.h \
       %D%/encoding.h \
       %D%/gdb_regs.h \
       %D%/opcodes.h \
       %D%/program.h \
       %D%/riscv.h \
       %D%/riscv-011.h \
       %D%/riscv-011_reg.h \
       %D%/riscv-013.h \
       %D%/riscv-013_reg.h \
       %D%/batch.c \
       %D%/program.c \
       %D%/riscv-011.c \
       %D%/riscv-011_reg.c \
       %D%/riscv-013.c \
       %D%/riscv-013_reg.c \
       %D%/riscv.c \
       %D%/riscv_reg.c \
       %D%/riscv_semihosting.c \
       %D%/debug_defines.c \
       %D%/debug_reg_printer.c