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

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