diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-07-31 12:25:35 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:26 -0500 |
commit | 7282a0331f11edd021efa3687dc2ec7fd557ace9 (patch) | |
tree | 20488f0a9b9039ecfed2f7cf65fdc478b8b6c7f1 /Makefile.target | |
parent | e23d9c4de1a6e215786dfa2baa9efb97f29c0b4d (diff) |
QemuOpts: create qemu-config.h
Move drive option description there.
Rename it, give it a qemu_ prefix.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 49ba08d8c5..b6111931ca 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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 |