xref: /qemu/hw/i386/xen/meson.build (revision b8116f4cbaa0f64bb07564f20b3b5219e23c8bff)
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))
8
9i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
10  'xen_platform.c',
11))
12