OpenOCD connects, and sends some data that we receive.
[riscv-isa-sim.git] / riscv / riscv.mk.in
index 65f8c99a84936ccc0cc053be38884eaf6552cbb9..695803b142ffb0b60b61d3673f379aee7eb8df47 100644 (file)
@@ -7,7 +7,6 @@ riscv_subproject_deps = \
 riscv_install_prog_srcs = \
 
 riscv_hdrs = \
-       htif.h \
        common.h \
        decode.h \
        devices.h \
@@ -24,14 +23,13 @@ riscv_hdrs = \
        rocc.h \
        insn_template.h \
        mulhi.h \
-       gdbserver.h \
        debug_module.h \
+       remote_bitbang.h \
 
 riscv_precompiled_hdrs = \
        insn_template.h \
 
 riscv_srcs = \
-       htif.cc \
        processor.cc \
        execute.cc \
        sim.cc \
@@ -47,8 +45,8 @@ riscv_srcs = \
        devices.cc \
        rom.cc \
        rtc.cc \
-       gdbserver.cc \
        debug_module.cc \
+       remote_bitbang.cc \
        $(riscv_gen_srcs) \
 
 riscv_test_srcs =