osdep.h: Remove <sys/signal.h> include
[qemu/ar7.git] / target / i386 / hax / meson.build
blob77ea431b305eccf8109ecfa6157d0773f41e46dc
1 i386_softmmu_ss.add(when: 'CONFIG_HAX', if_true: files(
2   'hax-all.c',
3   'hax-mem.c',
4   'hax-cpus.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'))