summaryrefslogtreecommitdiff
path: root/hw/pci/host/Makefile.objs
blob: e1d6cce047d0162b89154dd4a670922de0828c09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
common-obj-y += pam.o

# PPC devices
common-obj-$(CONFIG_PREP_PCI) += prep.o
common-obj-$(CONFIG_GRACKLE_PCI) += grackle.o
# NewWorld PowerMac
common-obj-$(CONFIG_UNIN_PCI) += uninorth.o
common-obj-$(CONFIG_DEC_PCI) += dec.o
# PowerPC E500 boards
common-obj-$(CONFIG_PPCE500_PCI) += ppce500.o

# ARM devices
common-obj-$(CONFIG_VERSATILE_PCI) += versatile.o