diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:07 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:07 +0000 |
commit | e1060e9d2dc3b892b6be7988e5f8836a847ba05b (patch) | |
tree | d24a5a961fb1ac0853743cd27cd16bebae5567e4 /Makefile.target | |
parent | 64dc9c31ae3d3e450c65099715a3fb653927f21f (diff) |
Compile qemu-error 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 10153db359..32a12a1a76 100644 --- a/Makefile.target +++ b/Makefile.target @@ -162,7 +162,7 @@ endif #CONFIG_BSD_USER ifdef CONFIG_SOFTMMU obj-y = vl.o monitor.o pci.o pci_host.o pcie_host.o machine.o gdbstub.o -obj-y += qemu-error.o qemu-timer.o +obj-y += qemu-timer.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-pci.o virtio-serial-bus.o |