aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/meson.build
blob: 3dc4c4f106ea48b2d63929e09ba2fbf8d0529c22 (plain)
1
2
3
4
5
6
7
8
9
i386_ss.add(when: 'CONFIG_XEN', if_true: files(
  'xen-hvm.c',
  'xen_apic.c',
  'xen_pvdevice.c',
))

i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
  'xen_platform.c',
))