target/arm: move kvm-stub to arm_stubs_ss
This eliminates symbol conflicts for kvm symbols on linux-aarch64 host. Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20260528051642.115721-2-pierrick.bouvier@oss.qualcomm.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
a5832a1f99
commit
567787f936
@@ -35,7 +35,10 @@ arm_system_ss.add(when: 'CONFIG_KVM', if_true: files('hyp_gdbstub.c', 'kvm.c'))
|
||||
arm_system_ss.add(when: 'CONFIG_HVF', if_true: files('hyp_gdbstub.c'))
|
||||
|
||||
arm_user_ss.add(files('cpu.c'))
|
||||
arm_stubs_ss.add(files('cpu32-stubs.c'))
|
||||
arm_stubs_ss.add(files(
|
||||
'cpu32-stubs.c',
|
||||
'kvm-stub.c'
|
||||
))
|
||||
arm_user_ss.add(files(
|
||||
'el2-stubs.c',
|
||||
'cpregs-omap-stub.c',
|
||||
@@ -44,7 +47,6 @@ arm_user_ss.add(when: 'CONFIG_ARM_COMPATIBLE_SEMIHOSTING',
|
||||
if_true: files('common-semi-target.c'))
|
||||
|
||||
arm_common_system_ss.add(files('cpu.c'))
|
||||
arm_common_system_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))
|
||||
arm_common_system_ss.add(when: 'CONFIG_ARM_COMPATIBLE_SEMIHOSTING',
|
||||
if_true: files('common-semi-target.c'))
|
||||
arm_common_system_ss.add(files(
|
||||
|
||||
Reference in New Issue
Block a user