]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/core/meson.build
hw/core/machine: Split out the smp parsing code
[mirror_qemu.git] / hw / core / meson.build
index 7ec7bb93d5f426cf3f4156f62209482c528dc8f0..0f884d6fd4d2764ab6893817cfc840fdacdd6bd9 100644 (file)
@@ -23,6 +23,7 @@ else
 endif
 
 common_ss.add(files('cpu-common.c'))
+common_ss.add(files('machine-smp.c'))
 softmmu_ss.add(when: 'CONFIG_FITLOADER', if_true: files('loader-fit.c'))
 softmmu_ss.add(when: 'CONFIG_GENERIC_LOADER', if_true: files('generic-loader.c'))
 softmmu_ss.add(when: ['CONFIG_GUEST_LOADER', fdt], if_true: files('guest-loader.c'))