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