We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e870c5f + 4ff476c commit 550df16Copy full SHA for 550df16
src/target/riscv/Makefile.am
@@ -6,10 +6,13 @@ noinst_LTLIBRARIES += %D%/libriscv.la
6
%D%/debug_defines.h \
7
%D%/debug_reg_printer.h \
8
%D%/encoding.h \
9
+ %D%/field_helpers.h \
10
%D%/gdb_regs.h \
11
%D%/opcodes.h \
12
%D%/program.h \
13
%D%/riscv.h \
14
+ %D%/riscv_reg_impl.h \
15
+ %D%/riscv_reg.h \
16
%D%/riscv-011.h \
17
%D%/riscv-011_reg.h \
18
%D%/riscv-013.h \
0 commit comments