Browse Source

Merge pull request #2137 from pierav/fixinstall

Add missing header in make install
pull/2143/head
Andrew Waterman 9 months ago
committed by GitHub
parent
commit
6fc3463587
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      riscv/riscv.mk.in

1
riscv/riscv.mk.in

@ -18,6 +18,7 @@ riscv_install_prog_srcs = \
riscv_install_hdrs = \
abstract_device.h \
abstract_interrupt_controller.h \
bloom_filter.h \
cachesim.h \
cfg.h \
common.h \

Loading…
Cancel
Save