aboutsummaryrefslogtreecommitdiff
path: root/src/target/riscv/Makefile.am
blob: 83f1a8ca3e9e969e780a749e88cab5d3357d446f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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