aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2015-05-13 15:36:57 -0700
committerPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2015-05-13 15:36:57 -0700
commit11a49d0be23d1649316fac29c40cc1a0167598f2 (patch)
treece5588e9228d76bc3a2f0b2dc476ba247160c610
parent8e20c328f8cb0d28189cca7a072f9d95cbcb3474 (diff)
downloadspike-11a49d0be23d1649316fac29c40cc1a0167598f2.zip
spike-11a49d0be23d1649316fac29c40cc1a0167598f2.tar.gz
spike-11a49d0be23d1649316fac29c40cc1a0167598f2.tar.bz2
Install "disasm.h"
Something includes this somewhere, so I see no reason not to just install it.
-rw-r--r--riscv/riscv.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/riscv.mk.in b/riscv/riscv.mk.in
index d307259..7ce2cb9 100644
--- a/riscv/riscv.mk.in
+++ b/riscv/riscv.mk.in
@@ -10,6 +10,7 @@ riscv_hdrs = \
htif.h \
common.h \
decode.h \
+ disasm.h \
mmu.h \
processor.h \
sim.h \