mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -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:
parent
d3ab5b5663
commit
822baa8242
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue