]> Git Repo - qemu.git/blob - hw/pci/Makefile.objs
Include sysemu/sysemu.h a lot less
[qemu.git] / hw / pci / Makefile.objs
1 common-obj-$(CONFIG_PCI) += pci.o pci_bridge.o
2 common-obj-$(CONFIG_PCI) += msix.o msi.o
3 common-obj-$(CONFIG_PCI) += shpc.o
4 common-obj-$(CONFIG_PCI) += slotid_cap.o
5 common-obj-$(CONFIG_PCI) += pci_host.o
6
7 # The functions in these modules can be used by devices too.  Since we
8 # allow plugging PCIe devices into PCI buses, include them even if
9 # CONFIG_PCI_EXPRESS=n.
10 common-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o
11 common-obj-$(CONFIG_PCI_EXPRESS) += pcie_port.o pcie_host.o
12
13 common-obj-$(call lnot,$(CONFIG_PCI)) += pci-stub.o
14 common-obj-$(CONFIG_ALL) += pci-stub.o
This page took 0.024191 seconds and 4 git commands to generate.