aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hax/meson.build
blob: 77ea431b305eccf8109ecfa6157d0773f41e46dc (plain)
1
2
3
4
5
6
7
i386_softmmu_ss.add(when: 'CONFIG_HAX', if_true: files(
  'hax-all.c',
  'hax-mem.c',
  'hax-cpus.c',
))
i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_POSIX'], if_true: files('hax-posix.c'))
i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_WIN32'], if_true: files('hax-windows.c'))