c902be71dc
This patch enables support for pause(0) power management state for the Cell Broadband Processor, which is import for power efficient operation. The pervasive infrastructure will in the future enable us to introduce more functionality specific to the Cell's pervasive unit. From: Maximino Aguilar <maguilar@us.ibm.com> Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
8 lines
224 B
Makefile
8 lines
224 B
Makefile
obj-y += interrupt.o iommu.o setup.o spider-pic.o
|
|
obj-y += pervasive.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_SPU_FS) += spufs/ spu_base.o
|
|
builtin-spufs-$(CONFIG_SPU_FS) += spu_syscalls.o
|
|
obj-y += $(builtin-spufs-m)
|