summary refs log tree commit diff stats
path: root/hw/i386/xen/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/xen/meson.build')
-rw-r--r--hw/i386/xen/meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/i386/xen/meson.build b/hw/i386/xen/meson.build
index be84130300..2e64a34e16 100644
--- a/hw/i386/xen/meson.build
+++ b/hw/i386/xen/meson.build
@@ -2,6 +2,9 @@ i386_ss.add(when: 'CONFIG_XEN', if_true: files(
   'xen-hvm.c',
   'xen-mapcache.c',
   'xen_apic.c',
-  'xen_platform.c',
   'xen_pvdevice.c',
 ))
+
+i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
+  'xen_platform.c',
+))