Skip to content

Commit 4ff476c

Browse files
committed
Makefile.am: fixed missing includes for make dist targets
Due to missing includes, make dist archives could not be built. Signed-off-by: Alexander Rumyantsev <[email protected]>
1 parent 88fe568 commit 4ff476c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/target/riscv/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ noinst_LTLIBRARIES += %D%/libriscv.la
77
%D%/debug_defines.h \
88
%D%/debug_reg_printer.h \
99
%D%/encoding.h \
10+
%D%/field_helpers.h \
1011
%D%/gdb_regs.h \
1112
%D%/opcodes.h \
1213
%D%/program.h \
1314
%D%/riscv.h \
15+
%D%/riscv_reg_impl.h \
16+
%D%/riscv_reg.h \
1417
%D%/riscv-011.h \
1518
%D%/riscv-011_reg.h \
1619
%D%/riscv-013.h \

0 commit comments

Comments
 (0)