aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/Makefile
diff options
context:
space:
mode:
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>2008-04-24 20:27:39 +1000
committerPaul Mackerras <paulus@samba.org>2008-04-24 21:08:14 +1000
commit884d04cd8d7bba3dc885227ad400f8aea5623cdc (patch)
tree937d9edd0e85bed8f268c442878d56027a9bdc69 /arch/powerpc/platforms/cell/Makefile
parentad2c6987978d17b58204926e9be776955935f8b1 (diff)
downloadlinux-884d04cd8d7bba3dc885227ad400f8aea5623cdc.tar.gz
[POWERPC] celleb: Add support for PCI Express
This adds support for PCI Express port on Celleb. I/O space of this PCI Express port is not mapped in memory space. So we use the io-workaround mechanism to make accesses indirect. Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/Makefile')
-rw-r--r--arch/powerpc/platforms/cell/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile
index 2701bde284734c..c2a7e4e5ddf983 100644
--- a/arch/powerpc/platforms/cell/Makefile
+++ b/arch/powerpc/platforms/cell/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_PCI_MSI) += axon_msi.o
ifeq ($(CONFIG_PPC_CELLEB),y)
obj-y += celleb_setup.o \
celleb_pci.o celleb_scc_epci.o \
+ celleb_scc_pciex.o \
celleb_scc_uhc.o \
io-workarounds.o spider-pci.o \
beat.o beat_htab.o beat_hvCall.o \