From: Michael S. Tsirkin Date: Wed, 8 Dec 2010 08:46:24 +0000 (+0900) Subject: Makefile: make msix/msi depend on CONFIG_PCI X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=624c716cc576ec5e6bed50da3deb45aa9537cacd;p=qemu-xen-4.1-testing.git Makefile: make msix/msi depend on CONFIG_PCI Possible now that pci is not depending on these. Signed-off-by: Michael S. Tsirkin --- diff --git a/Makefile.objs b/Makefile.objs index 04625eb10..d1e63ce8e 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -168,7 +168,8 @@ hw-obj-$(CONFIG_VIRTIO) += virtio.o virtio-console.o hw-obj-y += fw_cfg.o # FIXME: Core PCI code and its direct dependencies are required by the # QMP query-pci command. -hw-obj-y += pci.o pci_bridge.o msix.o msi.o +hw-obj-y += pci.o pci_bridge.o +hw-obj-$(CONFIG_PCI) += msix.o msi.o hw-obj-$(CONFIG_PCI) += pci_host.o pcie_host.o hw-obj-$(CONFIG_PCI) += ioh3420.o xio3130_upstream.o xio3130_downstream.o hw-obj-y += watchdog.o