diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2015-09-23 13:04:45 -0600 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2015-09-23 13:04:45 -0600 |
commit | c00d61d8fa22b096b15e19ee2fde846ffc1c0b5d (patch) | |
tree | 2f222bf7c6befdc5efe7653f6ecedb5eb2fc2c03 /hw/vfio/Makefile.objs | |
parent | 78f33d2bfd26ec552d9e824bcc1dbb8e2736ce34 (diff) |
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.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/Makefile.objs b/hw/vfio/Makefile.objs index d540c9d140..d3248633c1 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 |