summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorJan Kiszka2011-04-26 03:32:08 +0200
committerStefan Hajnoczi2011-06-08 10:11:31 +0200
commit7665385a8580ee5cea2cae44e1b58d6d7518a156 (patch)
tree8c444f137de169fbf757f59ffee5eec158787232 /Makefile.objs
parenttarget-i386: Make x86 mfence and lfence illegal without SSE2 (diff)
downloadqemu-7665385a8580ee5cea2cae44e1b58d6d7518a156.tar.gz
qemu-7665385a8580ee5cea2cae44e1b58d6d7518a156.tar.xz
qemu-7665385a8580ee5cea2cae44e1b58d6d7518a156.zip
virtio: Move virtio-pci to hw library
This module has no target dependencies (except for target_phys_addr_t size) and can thus be built as part of libhw. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 66ffad4b78..50fbb200de 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -170,6 +170,7 @@ user-obj-y += cutils.o cache-utils.o
hw-obj-y =
hw-obj-y += vl.o loader.o
hw-obj-$(CONFIG_VIRTIO) += virtio.o virtio-console.o
+hw-obj-$(CONFIG_VIRTIO_PCI) += virtio-pci.o
hw-obj-y += fw_cfg.o
hw-obj-$(CONFIG_PCI) += pci.o pci_bridge.o
hw-obj-$(CONFIG_PCI) += msix.o msi.o