From: Pierrick Bouvier Date: Mon, 17 Mar 2025 18:34:13 +0000 (-0700) Subject: system/physmem: compilation unit is now common to all targets X-Git-Tag: v10.1.0-rc0~117^2~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=822baa8242a38b0b5dfcd05a859f2f50ea229539;p=thirdparty%2Fqemu.git system/physmem: compilation unit is now common to all targets Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Signed-off-by: Richard Henderson Message-ID: <20250317183417.285700-15-pierrick.bouvier@linaro.org> --- diff --git a/system/meson.build b/system/meson.build index eec07a94513..bd82ef132e7 100644 --- a/system/meson.build +++ b/system/meson.build @@ -3,7 +3,6 @@ specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files( 'ioport.c', 'globals-target.c', 'memory.c', - 'physmem.c', )]) system_ss.add(files( @@ -16,6 +15,7 @@ system_ss.add(files( 'dma-helpers.c', 'globals.c', 'memory_mapping.c', + 'physmem.c', 'qdev-monitor.c', 'qtest.c', 'rtc.c',