aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/Makefile.objs
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2015-09-23 13:04:45 -0600
committerAlex Williamson <alex.williamson@redhat.com>2015-09-23 13:04:45 -0600
commitc00d61d8fa22b096b15e19ee2fde846ffc1c0b5d (patch)
tree2f222bf7c6befdc5efe7653f6ecedb5eb2fc2c03 /hw/vfio/Makefile.objs
parent78f33d2bfd26ec552d9e824bcc1dbb8e2736ce34 (diff)
downloadqemu-c00d61d8fa22b096b15e19ee2fde846ffc1c0b5d.zip
qemu-c00d61d8fa22b096b15e19ee2fde846ffc1c0b5d.tar.gz
qemu-c00d61d8fa22b096b15e19ee2fde846ffc1c0b5d.tar.bz2
vfio/pci: Split quirks to a separate file
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/vfio/Makefile.objs')
-rw-r--r--hw/vfio/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/Makefile.objs b/hw/vfio/Makefile.objs
index d540c9d..d324863 100644
--- a/hw/vfio/Makefile.objs
+++ b/hw/vfio/Makefile.objs
@@ -1,6 +1,6 @@
ifeq ($(CONFIG_LINUX), y)
obj-$(CONFIG_SOFTMMU) += common.o
-obj-$(CONFIG_PCI) += pci.o
+obj-$(CONFIG_PCI) += pci.o pci-quirks.o
obj-$(CONFIG_SOFTMMU) += platform.o
obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o
endif