Skip to content

Commit 732d122

Browse files
committed
system/ioport: make compilation unit common
Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Pierrick Bouvier <[email protected]>
1 parent 26166f8 commit 732d122

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

system/ioport.c

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
*/
2727

2828
#include "qemu/osdep.h"
29-
#include "cpu.h"
3029
#include "exec/ioport.h"
3130
#include "exec/memory.h"
3231
#include "exec/address-spaces.h"

system/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
22
'arch_init.c',
3-
'ioport.c',
43
)])
54

65
system_ss.add(files(
@@ -12,6 +11,7 @@ system_ss.add(files(
1211
'dirtylimit.c',
1312
'dma-helpers.c',
1413
'globals.c',
14+
'ioport.c',
1515
'memory_mapping.c',
1616
'memory.c',
1717
'physmem.c',

0 commit comments

Comments
 (0)