aboutsummaryrefslogtreecommitdiff
path: root/target/i386/mshv/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/mshv/meson.build')
-rw-r--r--target/i386/mshv/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/i386/mshv/meson.build b/target/i386/mshv/meson.build
new file mode 100644
index 0000000..647e5da
--- /dev/null
+++ b/target/i386/mshv/meson.build
@@ -0,0 +1,8 @@
+i386_mshv_ss = ss.source_set()
+
+i386_mshv_ss.add(files(
+ 'mshv-cpu.c',
+ 'x86.c',
+))
+
+i386_system_ss.add_all(when: 'CONFIG_MSHV', if_true: i386_mshv_ss)