mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-18 02:12:13 -07:00
target/arm/cortex-regs: compile file once (system)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-id: 20250512180502.2395029-29-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
262a5ce86e
commit
7d5df02e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ arm_system_ss = ss.source_set()
|
|||
arm_common_system_ss = ss.source_set()
|
||||
arm_system_ss.add(files(
|
||||
'arm-qmp-cmds.c',
|
||||
'cortex-regs.c',
|
||||
'machine.c',
|
||||
'ptw.c',
|
||||
))
|
||||
|
|
@ -38,6 +37,7 @@ arm_common_system_ss.add(when: 'TARGET_AARCH64', if_false: files(
|
|||
arm_common_system_ss.add(files(
|
||||
'arch_dump.c',
|
||||
'arm-powerctl.c',
|
||||
'cortex-regs.c',
|
||||
'debug_helper.c',
|
||||
'helper.c',
|
||||
'vfp_fpscr.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue