diff options
Diffstat (limited to 'target/arm/tcg/meson.build')
| -rw-r--r-- | target/arm/tcg/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/tcg/meson.build b/target/arm/tcg/meson.build index 5d32658540..7502c5cded 100644 --- a/target/arm/tcg/meson.build +++ b/target/arm/tcg/meson.build @@ -34,7 +34,6 @@ arm_ss.add(files( 'mve_helper.c', 'op_helper.c', 'vec_helper.c', - 'arith_helper.c', 'vfp_helper.c', )) @@ -59,6 +58,7 @@ arm_system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('cpu-v7m.c')) arm_user_ss.add(when: 'TARGET_AARCH64', if_false: files('cpu-v7m.c')) arm_common_ss.add(files( + 'arith_helper.c', 'crypto_helper.c', )) |