diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-09-20 08:28:29 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-20 08:28:29 +0000 |
commit | a333cd7166d12397635e16dcade28da5ba8ec7b3 (patch) | |
tree | 3d3e24cb97f5878afa75ebb2baa70b7f8a8d6fee /Makefile.target | |
parent | 9801c7b436cb86456db6c34d099829d2e8796440 (diff) |
Compile qemu-config only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 9e70767c78..d9e98fe3c5 100644 --- a/Makefile.target +++ b/Makefile.target @@ -156,7 +156,7 @@ endif ifdef CONFIG_SOFTMMU obj-y = vl.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o msix.o ioport.o qemu-config.o + gdbstub.o gdbstub-xml.o msix.o ioport.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 virtio-pci.o |