Skip to content

Commit

Permalink
Makefile.am: fixed missing includes for make dist targets
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Rumyantsev <[email protected]>
  • Loading branch information
cetygamer authored Dec 25, 2024
1 parent f82c5a7 commit e0538f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/target/riscv/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ noinst_LTLIBRARIES += %D%/libriscv.la
%D%/opcodes.h \
%D%/program.h \
%D%/riscv.h \
%D%/riscv_reg_impl.h \
%D%/riscv_reg.h \
%D%/riscv-011.h \
%D%/riscv-011_reg.h \
%D%/riscv-013.h \
Expand Down

0 comments on commit e0538f2

Please sign in to comment.