de91a53429
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>
4 lines
138 B
Makefile
4 lines
138 B
Makefile
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
|