diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-05-12 11:04:42 -0700 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-05-14 15:12:40 +0100 |
commit | 7d5df02e7a5a8cd3673850db8eace624314a363c (patch) | |
tree | ca218949e4af6dbc2b52f82108ac9dfe088a9c6f | |
parent | 262a5ce86ebfd7975ed6b5075a512d33e0ef1d1d (diff) | |
download | qemu-7d5df02e7a5a8cd3673850db8eace624314a363c.zip qemu-7d5df02e7a5a8cd3673850db8eace624314a363c.tar.gz qemu-7d5df02e7a5a8cd3673850db8eace624314a363c.tar.bz2 |
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>
-rw-r--r-- | target/arm/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/meson.build b/target/arm/meson.build index 7db573f..6e0327b 100644 --- a/target/arm/meson.build +++ b/target/arm/meson.build @@ -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', |