Message ID | 20250521223414.248276-4-pierrick.bouvier@linaro.org |
---|---|
State | New |
Headers | show |
Series | single-binary: build target common libraries with dependencies | expand |
On 22/05/2025 00.34, Pierrick Bouvier wrote: > Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> > --- > target/arm/meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/arm/meson.build b/target/arm/meson.build > index b404fa54863..2ff7ed6e98f 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')) Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/target/arm/meson.build b/target/arm/meson.build index b404fa54863..2ff7ed6e98f 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'))
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> --- target/arm/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)