summaryrefslogtreecommitdiffstats
path: root/Makefile.hw
diff options
context:
space:
mode:
authorMichael S. Tsirkin2009-08-10 21:30:24 +0200
committerAnthony Liguori2009-08-24 15:46:47 +0200
commit3987e1cf6db2ce530e0b01ae120933b6cca28b90 (patch)
treeba977ed0f8ef0151ca65f40d10378d7d58df67fc /Makefile.hw
parentchar: Emit 'CLOSED' events on char device close (diff)
downloadqemu-3987e1cf6db2ce530e0b01ae120933b6cca28b90.tar.gz
qemu-3987e1cf6db2ce530e0b01ae120933b6cca28b90.tar.xz
qemu-3987e1cf6db2ce530e0b01ae120933b6cca28b90.zip
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>
Diffstat (limited to 'Makefile.hw')
-rw-r--r--Makefile.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw
index 139412e3cc..6472ec1637 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -11,7 +11,7 @@ VPATH=$(SRC_PATH):$(SRC_PATH)/hw
QEMU_CFLAGS+=-I.. -I$(SRC_PATH)/fpu
obj-y =
-obj-y += virtio.o virtio-pci.o
+obj-y += virtio.o
obj-y += fw_cfg.o
obj-y += watchdog.o
obj-y += nand.o ecc.o