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