summary refs log tree commit diff stats
path: root/target/i386/tcg/system/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/tcg/system/meson.build')
-rw-r--r--target/i386/tcg/system/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/i386/tcg/system/meson.build b/target/i386/tcg/system/meson.build
new file mode 100644
index 0000000000..f9ac254541
--- /dev/null
+++ b/target/i386/tcg/system/meson.build
@@ -0,0 +1,10 @@
+i386_system_ss.add(when: ['CONFIG_TCG', 'CONFIG_SYSTEM_ONLY'], if_true: files(
+  'tcg-cpu.c',
+  'smm_helper.c',
+  'excp_helper.c',
+  'bpt_helper.c',
+  'misc_helper.c',
+  'fpu_helper.c',
+  'svm_helper.c',
+  'seg_helper.c',
+))