]> git.proxmox.com Git - mirror_qemu.git/blame - hw/pci-host/Makefile.objs
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[mirror_qemu.git] / hw / pci-host / Makefile.objs
CommitLineData
91b82fec 1common-obj-$(CONFIG_PAM) += pam.o
49ab747f
PB
2
3# PPC devices
4common-obj-$(CONFIG_PREP_PCI) += prep.o
5common-obj-$(CONFIG_GRACKLE_PCI) += grackle.o
6# NewWorld PowerMac
7common-obj-$(CONFIG_UNIN_PCI) += uninorth.o
49ab747f
PB
8# PowerPC E500 boards
9common-obj-$(CONFIG_PPCE500_PCI) += ppce500.o
10
11# ARM devices
12common-obj-$(CONFIG_VERSATILE_PCI) += versatile.o
c0907c9e 13
9b301794 14common-obj-$(CONFIG_PCI_SABRE) += sabre.o
c0907c9e 15common-obj-$(CONFIG_FULONG) += bonito.o
0f25d865 16common-obj-$(CONFIG_PCI_I440FX) += i440fx.o
3066573e 17common-obj-$(CONFIG_XEN_IGD_PASSTHROUGH) += xen_igd_pt.o
5afdd57c
YZ
18common-obj-$(CONFIG_PCI_EXPRESS_Q35) += q35.o
19common-obj-$(CONFIG_PCI_EXPRESS_GENERIC_BRIDGE) += gpex.o
20common-obj-$(CONFIG_PCI_EXPRESS_XILINX) += xilinx-pcie.o
d64e5eab 21
5afdd57c 22common-obj-$(CONFIG_PCI_EXPRESS_DESIGNWARE) += designware.o