]> git.proxmox.com Git - mirror_qemu.git/blobdiff - accel/meson.build
cpus: extract out qtest-specific code to accel/qtest
[mirror_qemu.git] / accel / meson.build
index 26c503e4804c3187eeb2e6d062204a79c4c3ffc5..bb00d0fd13077ea726ea233006bbefde8517cf43 100644 (file)
@@ -1,6 +1,6 @@
 softmmu_ss.add(files('accel.c'))
-specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_POSIX'], if_true: files('qtest.c'))
 
+subdir('qtest')
 subdir('kvm')
 subdir('tcg')
 subdir('xen')