summary refs log tree commit diff stats
path: root/hw/i386/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/meson.build')
-rw-r--r--hw/i386/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/meson.build b/hw/i386/meson.build
index 213e2e82b3..cfdbfdcbcb 100644
--- a/hw/i386/meson.build
+++ b/hw/i386/meson.build
@@ -33,5 +33,6 @@ subdir('kvm')
 subdir('xen')
 
 i386_ss.add_all(xenpv_ss)
+i386_ss.add_all(xen_ss)
 
 hw_arch += {'i386': i386_ss}