Browse Source

Merge pull request #1003 from vogelpi/include-headers

Include recently added headers in riscv/riscv.mk.in
pull/1006/head
Andrew Waterman 4 years ago
committed by GitHub
parent
commit
32eeb5a2b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      riscv/riscv.mk.in

3
riscv/riscv.mk.in

@ -13,9 +13,12 @@ riscv_hdrs = \
decode.h \
devices.h \
dts.h \
isa_parser.h \
mmu.h \
cfg.h \
processor.h \
p_ext_macros.h \
v_ext_macros.h \
sim.h \
simif.h \
trap.h \

Loading…
Cancel
Save