Remove legacy HTIF; implement HTIF directly
[riscv-isa-sim.git] / riscv / riscv.mk.in
index 65f8c99a84936ccc0cc053be38884eaf6552cbb9..552187ab19d077a833c416aaf41c8638140b480f 100644 (file)
@@ -7,7 +7,6 @@ riscv_subproject_deps = \
 riscv_install_prog_srcs = \
 
 riscv_hdrs = \
-       htif.h \
        common.h \
        decode.h \
        devices.h \
@@ -31,7 +30,6 @@ riscv_precompiled_hdrs = \
        insn_template.h \
 
 riscv_srcs = \
-       htif.cc \
        processor.cc \
        execute.cc \
        sim.cc \