aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'target/arm/tcg/meson.build')
-rw-r--r--target/arm/tcg/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/tcg/meson.build b/target/arm/tcg/meson.build
index 130ed62fcd..bdcab56489 100644
--- a/target/arm/tcg/meson.build
+++ b/target/arm/tcg/meson.build
@@ -48,6 +48,6 @@ arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
'sve_helper.c',
))
-arm_softmmu_ss.add(files(
+arm_system_ss.add(files(
'psci.c',
))