diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-22 20:18:58 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-22 20:18:58 +0000 |
commit | 8f51bdab44ee7e5286e05a0b25ccc612b14231e2 (patch) | |
tree | 5d620a36b85d00980cd3ba0acb0b1bc41e6dc070 /Makefile.target | |
parent | 70615c38ded2a20ad8282b7dcde95482fc0a7744 (diff) | |
download | qemu-8f51bdab44ee7e5286e05a0b25ccc612b14231e2.tar.gz qemu-8f51bdab44ee7e5286e05a0b25ccc612b14231e2.tar.bz2 qemu-8f51bdab44ee7e5286e05a0b25ccc612b14231e2.zip |
Compile virtio-pci 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 389f6e51e6..eb4d010f59 100644 --- a/Makefile.target +++ b/Makefile.target @@ -165,7 +165,7 @@ obj-y = vl.o monitor.o machine.o gdbstub.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 +obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o obj-y += rwhandler.o obj-$(CONFIG_KVM) += kvm.o kvm-all.o LIBS+=-lz |