diff options
author | Arnd Bergmann <arndb@de.ibm.com> | 2005-10-31 20:08:41 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-01 21:03:07 +1100 |
commit | 811d4176f4366ca13a00c1fbb57587d210d38f19 (patch) | |
tree | 3377bf105f51fbcdc23d9d63d07d096465fcc723 /arch/powerpc/platforms/cell/Makefile | |
parent | edf03c1ee84e5095e8f4a4b8ad6e0784118cb176 (diff) | |
download | talos-obmc-linux-811d4176f4366ca13a00c1fbb57587d210d38f19.tar.gz talos-obmc-linux-811d4176f4366ca13a00c1fbb57587d210d38f19.zip |
[PATCH] powerpc: move arch/ppc64/kernel/bpa* to arch/powerpc/platforms/cell
This patch simply moves files over to arch/powerpc without making
any changes to them.
Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/Makefile')
-rw-r--r-- | arch/powerpc/platforms/cell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile index 7710d2e08037..55e094b96bc0 100644 --- a/arch/powerpc/platforms/cell/Makefile +++ b/arch/powerpc/platforms/cell/Makefile @@ -1 +1,2 @@ +obj-y += interrupt.o iommu.o setup.o spider-pic.o obj-$(CONFIG_SMP) += smp.o |