]> git.proxmox.com Git - mirror_qemu.git/blobdiff - softmmu/meson.build
softmmu: Move dirtylimit.c into the target independent source set
[mirror_qemu.git] / softmmu / meson.build
index b392f0bd357502b441a5d576b1bd9bb0470c1be8..974732b0f3f3fb0594940b6a8cb953513f9739b9 100644 (file)
@@ -3,7 +3,6 @@ specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
   'ioport.c',
   'memory.c',
   'physmem.c',
-  'dirtylimit.c',
   'watchpoint.c',
 )])
 
@@ -18,6 +17,7 @@ softmmu_ss.add(files(
   'cpu-throttle.c',
   'cpu-timers.c',
   'datadir.c',
+  'dirtylimit.c',
   'dma-helpers.c',
   'globals.c',
   'memory_mapping.c',