summary refs log tree commit diff stats
path: root/target/mips/tcg/sysemu/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/tcg/sysemu/meson.build')
-rw-r--r--target/mips/tcg/sysemu/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/mips/tcg/sysemu/meson.build b/target/mips/tcg/sysemu/meson.build
new file mode 100644
index 0000000000..4da2c577b2
--- /dev/null
+++ b/target/mips/tcg/sysemu/meson.build
@@ -0,0 +1,6 @@
+mips_softmmu_ss.add(files(
+  'cp0_helper.c',
+  'mips-semi.c',
+  'special_helper.c',
+  'tlb_helper.c',
+))