mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/arm: Move v7m-related code from cpu32.c into a separate file
Move the code to a separate file so that we do not have to compile it anymore if CONFIG_ARM_V7M is not set. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-id: 20240308141051.536599-2-thuth@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
fd7f95f23d
commit
bbf6c6dbea
4 changed files with 296 additions and 261 deletions
|
@ -26,6 +26,8 @@ arm_system_ss.add(files(
|
|||
'ptw.c',
|
||||
))
|
||||
|
||||
arm_user_ss = ss.source_set()
|
||||
|
||||
subdir('hvf')
|
||||
|
||||
if 'CONFIG_TCG' in config_all_accel
|
||||
|
@ -36,3 +38,4 @@ endif
|
|||
|
||||
target_arch += {'arm': arm_ss}
|
||||
target_system_arch += {'arm': arm_system_ss}
|
||||
target_user_arch += {'arm': arm_user_ss}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue