mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
system/physmem: compilation unit is now common to all targets
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250317183417.285700-15-pierrick.bouvier@linaro.org>
This commit is contained in:
committed by
Richard Henderson
parent
d3ab5b5663
commit
822baa8242
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user