]> git.proxmox.com Git - mirror_qemu.git/blob - gdbstub/meson.build
Merge tag 'pull-testing-gdbstub-plugins-gitdm-061022-3' of https://github.com/stsquad...
[mirror_qemu.git] / gdbstub / meson.build
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
7 specific_ss.add(files('gdbstub.c'))
8 softmmu_ss.add(files('softmmu.c'))
9 user_ss.add(files('user.c'))