]> git.proxmox.com Git - mirror_qemu.git/blob - hw/pci-host/Makefile.objs
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[mirror_qemu.git] / hw / pci-host / Makefile.objs
1 common-obj-$(CONFIG_PAM) += pam.o
2
3 # PPC devices
4 common-obj-$(CONFIG_PREP_PCI) += prep.o
5 common-obj-$(CONFIG_GRACKLE_PCI) += grackle.o
6 # NewWorld PowerMac
7 common-obj-$(CONFIG_UNIN_PCI) += uninorth.o
8 # PowerPC E500 boards
9 common-obj-$(CONFIG_PPCE500_PCI) += ppce500.o
10
11 # ARM devices
12 common-obj-$(CONFIG_VERSATILE_PCI) += versatile.o
13
14 common-obj-$(CONFIG_PCI_SABRE) += sabre.o
15 common-obj-$(CONFIG_FULONG) += bonito.o
16 common-obj-$(CONFIG_PCI_PIIX) += piix.o
17 common-obj-$(CONFIG_PCI_EXPRESS_Q35) += q35.o
18 common-obj-$(CONFIG_PCI_EXPRESS_GENERIC_BRIDGE) += gpex.o
19 common-obj-$(CONFIG_PCI_EXPRESS_XILINX) += xilinx-pcie.o
20
21 common-obj-$(CONFIG_PCI_EXPRESS_DESIGNWARE) += designware.o