diff options
author | Ishizaki Kou <kou.ishizaki@toshiba.co.jp> | 2008-04-24 05:25:16 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-24 07:08:13 -0400 |
commit | 116bdc425c7e01e97cff2f3e6d0134511e8f13e3 (patch) | |
tree | 929479057a31e2f8bd97a30380e91f24d14e8eb1 /arch/powerpc/platforms/cell/Makefile | |
parent | 6ec859e1b21ab42bfc36bb3b51db275480165c8a (diff) |
[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/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile index 81c26f32453e..b644f5717fc2 100644 --- a/arch/powerpc/platforms/cell/Makefile +++ b/arch/powerpc/platforms/cell/Makefile | |||
@@ -31,5 +31,7 @@ obj-$(CONFIG_PCI_MSI) += axon_msi.o | |||
31 | 31 | ||
32 | # celleb stuff | 32 | # celleb stuff |
33 | ifeq ($(CONFIG_PPC_CELLEB),y) | 33 | ifeq ($(CONFIG_PPC_CELLEB),y) |
34 | obj-y += io-workarounds.o spider-pci.o | 34 | obj-y += celleb_setup.o \ |
35 | celleb_pci.o \ | ||
36 | io-workarounds.o spider-pci.o | ||
35 | endif | 37 | endif |