Skip to content

Commit

Permalink
Makefile.am: Add missing riscv header to noinst
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli authored and djwatson committed Aug 27, 2021
1 parent 1527061 commit 32320b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ libunwind_tilegx_la_SOURCES_tilegx = $(libunwind_la_SOURCES_tilegx_common) \
tilegx/Gis_signal_frame.c tilegx/Gregs.c tilegx/Gresume.c tilegx/Gstep.c

# The list of files that go info libunwind and libunwind-riscv:
noinst_HEADERS += riscv/init.h riscv/offsets.h riscv/unwind_i.h
noinst_HEADERS += riscv/init.h riscv/offsets.h riscv/unwind_i.h riscv/asm.h
libunwind_la_SOURCES_riscv_common = $(libunwind_la_SOURCES_common) \
riscv/is_fpreg.c riscv/regname.c

Expand Down

0 comments on commit 32320b2

Please sign in to comment.