diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-05-21 15:34:10 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-26 17:31:06 +0200 |
commit | 598a0ba8e6df8c113c77e69ee18c3872fda7b6e9 (patch) | |
tree | aa6ee5448957b0fdb951a4a2c4dc01dbe14e5a4d | |
parent | 0ca26a51791f2601238129c6c2724cc4c604392c (diff) | |
download | qemu-598a0ba8e6df8c113c77e69ee18c3872fda7b6e9.zip qemu-598a0ba8e6df8c113c77e69ee18c3872fda7b6e9.tar.gz qemu-598a0ba8e6df8c113c77e69ee18c3872fda7b6e9.tar.bz2 |
target/arm: remove explicit dependencies listed
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/20250521223414.248276-4-pierrick.bouvier@linaro.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | target/arm/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/meson.build b/target/arm/meson.build index b404fa5..2ff7ed6 100644 --- a/target/arm/meson.build +++ b/target/arm/meson.build @@ -28,7 +28,7 @@ arm_user_ss.add(files( 'vfp_fpscr.c', )) -arm_common_system_ss.add(files('cpu.c'), capstone) +arm_common_system_ss.add(files('cpu.c')) arm_common_system_ss.add(when: 'TARGET_AARCH64', if_false: files( 'cpu32-stubs.c')) arm_common_system_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c')) |