]> Git Repo - qemu.git/commit
qemu: move virtio-pci.o to near pci.o
authorMichael S. Tsirkin <[email protected]>
Mon, 10 Aug 2009 19:30:24 +0000 (22:30 +0300)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile.hw
Makefile.target
This page took 0.025131 seconds and 4 git commands to generate.