]> git.sur5r.net Git - openocd/blob - src/target/riscv/Makefile.am
Add RISC-V support.
[openocd] / src / target / riscv / Makefile.am
1 noinst_LTLIBRARIES += %D%/libriscv.la
2 %C%_libriscv_la_SOURCES = \
3        %D%/asm.h \
4        %D%/batch.h \
5        %D%/debug_defines.h \
6        %D%/encoding.h \
7        %D%/gdb_regs.h \
8        %D%/opcodes.h \
9        %D%/program.h \
10        %D%/riscv.h \
11        %D%/batch.c \
12        %D%/program.c \
13        %D%/riscv-011.c \
14        %D%/riscv-013.c \
15        %D%/riscv.c \
16        %D%/riscv_semihosting.c