aboutsummaryrefslogtreecommitdiff
path: root/system/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'system/meson.build')
-rw-r--r--system/meson.build18
1 files changed, 11 insertions, 7 deletions
diff --git a/system/meson.build b/system/meson.build
index a296270..6d21ff9 100644
--- a/system/meson.build
+++ b/system/meson.build
@@ -1,22 +1,26 @@
specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
'arch_init.c',
- 'ioport.c',
- 'memory.c',
- 'physmem.c',
- 'watchpoint.c',
+ 'globals-target.c',
)])
system_ss.add(files(
+ 'vl.c',
+), sdl, libpmem, libdaxctl)
+
+system_ss.add(files(
'balloon.c',
'bootdevice.c',
'cpus.c',
- 'cpu-throttle.c',
'cpu-timers.c',
'datadir.c',
'dirtylimit.c',
'dma-helpers.c',
'globals.c',
+ 'ioport.c',
+ 'ram-block-attributes.c',
'memory_mapping.c',
+ 'memory.c',
+ 'physmem.c',
'qdev-monitor.c',
'qtest.c',
'rtc.c',
@@ -24,8 +28,8 @@ system_ss.add(files(
'runstate-hmp-cmds.c',
'runstate.c',
'tpm-hmp-cmds.c',
- 'vl.c',
-), sdl, libpmem, libdaxctl)
+ 'watchpoint.c',
+))
if have_tpm
system_ss.add(files('tpm.c'))