]> git.proxmox.com Git - mirror_qemu.git/blobdiff - accel/meson.build
accel: Make accel-blocker.o target agnostic
[mirror_qemu.git] / accel / meson.build
index 638a9a03ba9bffdd6acd01d538fd827887663072..76f3cbc53000b072a5a39d1ddbae8b023e415df1 100644 (file)
@@ -1,5 +1,5 @@
-specific_ss.add(files('accel-common.c', 'accel-blocker.c'))
-system_ss.add(files('accel-softmmu.c'))
+specific_ss.add(files('accel-common.c'))
+system_ss.add(files('accel-softmmu.c', 'accel-blocker.c'))
 user_ss.add(files('accel-user.c'))
 
 subdir('tcg')