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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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 \
|
|
|
|
|