Message ID | 20250513173928.77376-2-philmd@linaro.org |
---|---|
State | New |
Headers | show |
Series | target/arm: More header rework around arm_feature() & multiprocessing.h | expand |
On 13/5/25 19:39, Philippe Mathieu-Daudé wrote: The objective is to remove the arm_ss[] source set soon. > Signed-off-by: Philippe Mathieu-Daudé <philmd@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..e568dfb706a 100644 > --- a/target/arm/meson.build > +++ b/target/arm/meson.build > @@ -48,7 +48,7 @@ subdir('hvf') > if 'CONFIG_TCG' in config_all_accel > subdir('tcg') > else > - arm_ss.add(files('tcg-stubs.c')) > + arm_common_system_ss.add(files('tcg-stubs.c')) > endif > > target_arch += {'arm': arm_ss}
On 5/13/25 10:39 AM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> > --- > target/arm/meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
On 5/13/25 18:39, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <philmd@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..e568dfb706a 100644 > --- a/target/arm/meson.build > +++ b/target/arm/meson.build > @@ -48,7 +48,7 @@ subdir('hvf') > if 'CONFIG_TCG' in config_all_accel > subdir('tcg') > else > - arm_ss.add(files('tcg-stubs.c')) > + arm_common_system_ss.add(files('tcg-stubs.c')) > endif > > target_arch += {'arm': arm_ss} Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
diff --git a/target/arm/meson.build b/target/arm/meson.build index b404fa54863..e568dfb706a 100644 --- a/target/arm/meson.build +++ b/target/arm/meson.build @@ -48,7 +48,7 @@ subdir('hvf') if 'CONFIG_TCG' in config_all_accel subdir('tcg') else - arm_ss.add(files('tcg-stubs.c')) + arm_common_system_ss.add(files('tcg-stubs.c')) endif target_arch += {'arm': arm_ss}
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- target/arm/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)