]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
QemuOpts: create qemu-config.h
[qemu.git] / Makefile.target
index 49ba08d8c5e511cc6802de998c7832671d188b08..b6111931cac2692822ef0c5da2809c5391411afe 100644 (file)
@@ -255,7 +255,7 @@ endif #CONFIG_BSD_USER
 ifndef CONFIG_USER_ONLY
 
 obj-y = vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \
-        gdbstub.o gdbstub-xml.o msix.o ioport.o
+        gdbstub.o gdbstub-xml.o msix.o ioport.o qemu-config.o
 # virtio has to be here due to weird dependency between PCI and virtio-net.
 # need to fix this properly
 obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o