]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.objs
vfio-pci: Make host MSI-X enable track guest
[mirror_qemu.git] / Makefile.objs
index 3a3a4028c583017fd538ec2624955ada0b34f53e..a3eab4b4108923dd6c53cd66dc7b51219b051e6d 100644 (file)
@@ -31,6 +31,8 @@ oslib-obj-$(CONFIG_POSIX) += oslib-posix.o qemu-thread-posix.o
 # coroutines
 coroutine-obj-y = qemu-coroutine.o qemu-coroutine-lock.o qemu-coroutine-io.o
 coroutine-obj-y += qemu-coroutine-sleep.o
+
+# If you change this logic, please also check tests/Makefile
 ifeq ($(CONFIG_UCONTEXT_COROUTINE),y)
 coroutine-obj-$(CONFIG_POSIX) += coroutine-ucontext.o
 else