qemu: move virtio-pci.o to near pci.o
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Aug 2009 19:30:24 +0000 (22:30 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 24 Aug 2009 13:46:47 +0000 (08:46 -0500)
commit3987e1cf6db2ce530e0b01ae120933b6cca28b90
treeba977ed0f8ef0151ca65f40d10378d7d58df67fc
parent793cbfb5d1e879a2d5d67eaa36f67a3f21ef52a5
qemu: move virtio-pci.o to near pci.o

virtio-pci depends, and will always depend, on pci.c
so it makes sense to keep it in the same makefile,
(unlike the rest of virtio files which should eventually
 be moved out to Makefile.hw).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.hw
Makefile.target