xref: /openbmc/qemu/gdbstub/meson.build (revision e018489d8b4c1d85a3851fbe48b0befd2ccfc647)
1#
2# The main gdbstub still relies on per-build definitions of various
3# types. The bits pushed to softmmu/user.c try to use guest agnostic
4# types such as hwaddr.
5#
6
7specific_ss.add(files('gdbstub.c'))
8softmmu_ss.add(files('softmmu.c'))
9user_ss.add(files('user.c'))
10