summaryrefslogblamecommitdiffstats
path: root/gdbstub/meson.build
blob: fc895a2c393354a99ca635dec2e1b5ba3fe4d9d7 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                    
                                   

                                  
#
# The main gdbstub still relies on per-build definitions of various
# types. The bits pushed to softmmu/user.c try to use guest agnostic
# types such as hwaddr.
#

specific_ss.add(files('gdbstub.c'))
softmmu_ss.add(files('softmmu.c'))
user_ss.add(files('user.c'))