aboutsummaryrefslogtreecommitdiff
path: root/target/i386/emulate/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/emulate/meson.build')
-rw-r--r--target/i386/emulate/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/i386/emulate/meson.build b/target/i386/emulate/meson.build
new file mode 100644
index 0000000..b6dafb6
--- /dev/null
+++ b/target/i386/emulate/meson.build
@@ -0,0 +1,8 @@
+emulator_files = files(
+ 'x86_decode.c',
+ 'x86_emu.c',
+ 'x86_flags.c',
+)
+
+i386_system_ss.add(when: [hvf, 'CONFIG_HVF'], if_true: emulator_files)
+i386_system_ss.add(when: 'CONFIG_MSHV', if_true: emulator_files)