xref: /qemu/hw/i386/xen/meson.build (revision 1f31243a8c80fac27e52cc362cb1e2c922cf0e1b)
1i386_ss.add(when: 'CONFIG_XEN', if_true: files(
2  'xen_apic.c',
3  'xen_pvdevice.c',
4))
5i386_ss.add(when: ['CONFIG_XEN', xen], if_true: files(
6  'xen-hvm.c',
7  'xen-pvh.c',
8))
9
10i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
11  'xen_platform.c',
12))
13