aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'target/loongarch/meson.build')
-rw-r--r--target/loongarch/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/loongarch/meson.build b/target/loongarch/meson.build
index 435cc75..04e15ba 100644
--- a/target/loongarch/meson.build
+++ b/target/loongarch/meson.build
@@ -18,6 +18,7 @@ loongarch_softmmu_ss = ss.source_set()
loongarch_softmmu_ss.add(files(
'machine.c',
'tlb_helper.c',
+ 'constant_timer.c',
))
loongarch_ss.add_all(when: 'CONFIG_TCG', if_true: [loongarch_tcg_ss])