Skip to content

Commit

Permalink
target/loongarch/meson: move gdbstub.c to loongarch.ss
Browse files Browse the repository at this point in the history
gdbstub.c is not specific to TCG and can be used by
other accelerators, such as KVM accelerator

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20240102020200.3462097-1-gaosong@loongson.cn>
  • Loading branch information
gaosong-loongson committed Jan 6, 2024
1 parent 0c1eccd commit beb6092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/loongarch/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ gen = decodetree.process('insns.decode')
loongarch_ss = ss.source_set()
loongarch_ss.add(files(
'cpu.c',
'gdbstub.c',
))
loongarch_tcg_ss = ss.source_set()
loongarch_tcg_ss.add(gen)
loongarch_tcg_ss.add(files(
'fpu_helper.c',
'op_helper.c',
'translate.c',
'gdbstub.c',
'vec_helper.c',
))
loongarch_tcg_ss.add(zlib)
Expand Down

0 comments on commit beb6092

Please sign in to comment.