diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2006-11-23 00:46:59 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 20:40:56 +1100 |
commit | de91a53429952875740692d1de36ae70d4cf81da (patch) | |
tree | 51e0a7127eac6fd3501f732e42119299e1fae38c /arch/powerpc/platforms/ps3/Makefile | |
parent | 00a3e2e93cd3ce73ab2d200fff22a62548da06d6 (diff) |
[POWERPC] ps3: add spu support
Adds spu support for the PS3 platform.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/ps3/Makefile')
-rw-r--r-- | arch/powerpc/platforms/ps3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/Makefile b/arch/powerpc/platforms/ps3/Makefile index 6eb69778636..3757cfabc8c 100644 --- a/arch/powerpc/platforms/ps3/Makefile +++ b/arch/powerpc/platforms/ps3/Makefile @@ -1,2 +1,4 @@ obj-y += setup.o mm.o smp.o time.o hvcall.o htab.o repository.o obj-y += interrupt.o exports.o os-area.o + +obj-$(CONFIG_SPU_BASE) += spu.o |