summary refs log tree commit diff stats
path: root/hw/i386/xen/meson.build
blob: c73c62b8e396160453e80814d38f40c8080c3cb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
i386_ss.add(when: 'CONFIG_XEN', if_true: files(
  'xen_apic.c',
  'xen_pvdevice.c',
))
i386_ss.add(when: ['CONFIG_XEN', xen], if_true: files(
  'xen-hvm.c',
  'xen-pvh.c',
))

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