diff options
author | Ishizaki Kou <kou.ishizaki@toshiba.co.jp> | 2008-04-24 05:28:48 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-24 07:08:13 -0400 |
commit | 8ae6e30d2d6b4a7a45bb0d4fa4ecd56e65d24740 (patch) | |
tree | fffced1db7d6a42aecafae84b2cd3a78d159c157 /arch/powerpc/platforms/cell/Makefile | |
parent | 5a96dfe84b53cc05abe8c7f4d1dfd7b03a3e314a (diff) |
[POWERPC] celleb: Move files for Beat mmu and iommu
This moves files for mmu and iommu on 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile index b76d17809ce8..c135a335e2e2 100644 --- a/arch/powerpc/platforms/cell/Makefile +++ b/arch/powerpc/platforms/cell/Makefile | |||
@@ -35,7 +35,8 @@ 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_hvCall.o | 38 | beat_htab.o beat_hvCall.o \ |
39 | beat_iommu.o | ||
39 | 40 | ||
40 | obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o | 41 | obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o |
41 | endif | 42 | endif |