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.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/i386/emulate/meson.build b/target/i386/emulate/meson.build
new file mode 100644
index 0000000..4edd4f4
--- /dev/null
+++ b/target/i386/emulate/meson.build
@@ -0,0 +1,5 @@
+i386_system_ss.add(when: [hvf, 'CONFIG_HVF'], if_true: files(
+ 'x86_decode.c',
+ 'x86_emu.c',
+ 'x86_flags.c',
+))