hw/arm/mps2-tz: Make initsvtor0 setting board-specific
[qemu/ar7.git] / target / i386 / hax / meson.build
blobd6c520fb6bad1d767bb178141d5d9bcfe98d298a
1 i386_softmmu_ss.add(when: 'CONFIG_HAX', if_true: files(
2   'hax-all.c',
3   'hax-mem.c',
4   'hax-accel-ops.c',
5 ))
6 i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_POSIX'], if_true: files('hax-posix.c'))
7 i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_WIN32'], if_true: files('hax-windows.c'))