diff options
Diffstat (limited to 'hw/i386/xen/meson.build')
-rw-r--r-- | hw/i386/xen/meson.build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/i386/xen/meson.build b/hw/i386/xen/meson.build new file mode 100644 index 000000000..be8413030 --- /dev/null +++ b/hw/i386/xen/meson.build @@ -0,0 +1,7 @@ +i386_ss.add(when: 'CONFIG_XEN', if_true: files( + 'xen-hvm.c', + 'xen-mapcache.c', + 'xen_apic.c', + 'xen_platform.c', + 'xen_pvdevice.c', +)) |