OpenOCD connects, and sends some data that we receive.
[riscv-isa-sim.git] / riscv / riscv.mk.in
index 552187ab19d077a833c416aaf41c8638140b480f..695803b142ffb0b60b61d3673f379aee7eb8df47 100644 (file)
@@ -23,8 +23,8 @@ riscv_hdrs = \
        rocc.h \
        insn_template.h \
        mulhi.h \
-       gdbserver.h \
        debug_module.h \
+       remote_bitbang.h \
 
 riscv_precompiled_hdrs = \
        insn_template.h \
@@ -45,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 =