debug: Compiles again with new debug_defines.h file, but not tested.
[riscv-isa-sim.git] / riscv / riscv.mk.in
index 17479dce558847a06d7e9fdb8cdc60ea21b55965..40054cfbaa289793f4ca8051dc1edf0157be20e4 100644 (file)
@@ -23,8 +23,9 @@ riscv_hdrs = \
        rocc.h \
        insn_template.h \
        mulhi.h \
-       gdbserver.h \
        debug_module.h \
+       remote_bitbang.h \
+       jtag_dtm.h \
 
 riscv_precompiled_hdrs = \
        insn_template.h \
@@ -44,9 +45,10 @@ riscv_srcs = \
        regnames.cc \
        devices.cc \
        rom.cc \
-       rtc.cc \
-       gdbserver.cc \
+       clint.cc \
        debug_module.cc \
+       remote_bitbang.cc \
+       jtag_dtm.cc \
        $(riscv_gen_srcs) \
 
 riscv_test_srcs =