From: Palmer Dabbelt Date: Wed, 13 May 2015 22:36:57 +0000 (-0700) Subject: Install "disasm.h" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11a49d0be23d1649316fac29c40cc1a0167598f2;p=riscv-isa-sim.git Install "disasm.h" Something includes this somewhere, so I see no reason not to just install it. --- 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 \