diff options
author | Ishizaki Kou <kou.ishizaki@toshiba.co.jp> | 2008-04-24 05:31:40 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-24 07:08:14 -0400 |
commit | ad2c6987978d17b58204926e9be776955935f8b1 (patch) | |
tree | 1d2991d1f77f99428efa192051022bd3830b26bb /arch/powerpc/platforms/cell/Makefile | |
parent | c11dde85b62f9811eb2db656d9b0b4ad23d94871 (diff) |
[POWERPC] celleb: Move miscellaneous files for Beat
This moves miscellaneous files for Beat into platforms/cell/.
All files in this patch are used by celleb-beat only.
Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: Arnd Bergmann <arnd@arndb.de>
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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile index 2f393f8caaed..2701bde28473 100644 --- a/arch/powerpc/platforms/cell/Makefile +++ b/arch/powerpc/platforms/cell/Makefile | |||
@@ -35,9 +35,11 @@ obj-y += celleb_setup.o \ | |||
35 | celleb_pci.o celleb_scc_epci.o \ | 35 | celleb_pci.o celleb_scc_epci.o \ |
36 | celleb_scc_uhc.o \ | 36 | celleb_scc_uhc.o \ |
37 | io-workarounds.o spider-pci.o \ | 37 | io-workarounds.o spider-pci.o \ |
38 | beat_htab.o beat_hvCall.o \ | 38 | beat.o beat_htab.o beat_hvCall.o \ |
39 | beat_iommu.o | 39 | beat_interrupt.o beat_iommu.o |
40 | 40 | ||
41 | obj-$(CONFIG_SMP) += beat_smp.o | ||
42 | obj-$(CONFIG_PPC_UDBG_BEAT) += beat_udbg.o | ||
41 | obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o | 43 | obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o |
42 | obj-$(CONFIG_SPU_BASE) += beat_spu_priv1.o | 44 | obj-$(CONFIG_SPU_BASE) += beat_spu_priv1.o |
43 | endif | 45 | endif |