mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
system/ioport: make compilation unit common
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> 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-19-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
94f5cd62b8
commit
0ac7e071c5
2 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
|||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "exec/ioport.h"
|
||||
#include "exec/memory.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
|
||||
'arch_init.c',
|
||||
'ioport.c',
|
||||
'globals-target.c',
|
||||
)])
|
||||
|
||||
|
@ -13,6 +12,7 @@ system_ss.add(files(
|
|||
'dirtylimit.c',
|
||||
'dma-helpers.c',
|
||||
'globals.c',
|
||||
'ioport.c',
|
||||
'memory_mapping.c',
|
||||
'memory.c',
|
||||
'physmem.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue