aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/Makefile
diff options
context:
space:
mode:
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>2008-04-24 19:25:16 +1000
committerPaul Mackerras <paulus@samba.org>2008-04-24 21:08:13 +1000
commit116bdc425c7e01e97cff2f3e6d0134511e8f13e3 (patch)
tree929479057a31e2f8bd97a30380e91f24d14e8eb1 /arch/powerpc/platforms/cell/Makefile
parent6ec859e1b21ab42bfc36bb3b51db275480165c8a (diff)
downloadlinux-116bdc425c7e01e97cff2f3e6d0134511e8f13e3.tar.gz
[POWERPC] celleb: Move the files for celleb base support
This moves the base code for celleb support into platforms/cell/. All files in this patch are used by celleb-beat and celleb-native commonly. Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/Makefile')
-rw-r--r--arch/powerpc/platforms/cell/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile
index 81c26f32453e15..b644f5717fc21b 100644
--- a/arch/powerpc/platforms/cell/Makefile
+++ b/arch/powerpc/platforms/cell/Makefile
@@ -31,5 +31,7 @@ obj-$(CONFIG_PCI_MSI) += axon_msi.o
# celleb stuff
ifeq ($(CONFIG_PPC_CELLEB),y)
-obj-y += io-workarounds.o spider-pci.o
+obj-y += celleb_setup.o \
+ celleb_pci.o \
+ io-workarounds.o spider-pci.o
endif