Use the stub library introduced in commit
0da978cdbc6 ("target/arm:
define stub library") to prevent symbol conflicts.
Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id:
20260721122135.6288-5-philmd@oss.qualcomm.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
arm_stubs_ss.add(files(
'cpu32-stubs.c',
'gicv5-stubs.c',
- 'kvm-stub.c'
+ 'kvm-stub.c',
+ 'tcg-stubs.c',
))
arm_user_ss.add(files(
'el2-stubs.c',
if 'CONFIG_TCG' in config_all_accel
subdir('tcg')
-else
- arm_common_system_ss.add(files('tcg-stubs.c'))
endif
arm_user_ss.add_all(arm_common_user_system_ss)