Browse Source

Add missing abstract_interrupt_controller.h to header lists

pull/1184/head
Jerry Zhao 4 years ago
parent
commit
20fe79974c
  1. 2
      riscv/riscv.mk.in

2
riscv/riscv.mk.in

@ -15,6 +15,7 @@ riscv_install_prog_srcs = \
riscv_hdrs = \
abstract_device.h \
abstract_interrupt_controller.h \
common.h \
decode.h \
decode_macros.h \
@ -48,6 +49,7 @@ riscv_hdrs = \
riscv_install_hdrs = \
abstract_device.h \
abstract_interrupt_controller.h \
cachesim.h \
cfg.h \
common.h \

Loading…
Cancel
Save