2006-06-19 20:33:28 +02:00
|
|
|
obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \
|
2006-11-11 17:25:12 +11:00
|
|
|
cbe_regs.o spider-pic.o \
|
|
|
|
|
pervasive.o pmu.o io-workarounds.o
|
2006-06-19 20:33:28 +02:00
|
|
|
obj-$(CONFIG_CBE_RAS) += ras.o
|
2006-01-04 19:55:53 +00:00
|
|
|
|
2006-10-24 18:31:25 +02:00
|
|
|
obj-$(CONFIG_CBE_THERM) += cbe_thermal.o
|
2006-10-24 18:39:45 +02:00
|
|
|
obj-$(CONFIG_CBE_CPUFREQ) += cbe_cpufreq.o
|
2006-10-24 18:31:25 +02:00
|
|
|
|
2006-06-19 20:33:28 +02:00
|
|
|
ifeq ($(CONFIG_SMP),y)
|
|
|
|
|
obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o
|
|
|
|
|
endif
|
2006-01-04 20:31:30 +01:00
|
|
|
|
2006-03-23 00:00:09 +01:00
|
|
|
# needed only when building loadable spufs.ko
|
2006-06-19 20:33:28 +02:00
|
|
|
spufs-modular-$(CONFIG_SPU_FS) += spu_syscalls.o
|
|
|
|
|
spu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o
|
2006-03-23 00:00:09 +01:00
|
|
|
|
2007-02-02 16:45:33 +09:00
|
|
|
spu-manage-$(CONFIG_PPC_CELLEB) += spu_manage.o
|
|
|
|
|
spu-manage-$(CONFIG_PPC_CELL_NATIVE) += spu_manage.o
|
|
|
|
|
|
2006-06-19 20:33:28 +02:00
|
|
|
obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \
|
2006-11-23 00:46:37 +01:00
|
|
|
spu_coredump.o \
|
2006-06-19 20:33:28 +02:00
|
|
|
$(spufs-modular-m) \
|
2007-02-02 16:45:33 +09:00
|
|
|
$(spu-priv1-y) \
|
|
|
|
|
$(spu-manage-y) \
|
|
|
|
|
spufs/
|