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
|
2007-07-20 21:39:22 +02:00
|
|
|
obj-$(CONFIG_CBE_CPUFREQ_PMI) += cbe_cpufreq_pmi.o
|
|
|
|
|
obj-$(CONFIG_CBE_CPUFREQ) += cbe-cpufreq.o
|
|
|
|
|
cbe-cpufreq-y += cbe_cpufreq_pervasive.o 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
|
|
|
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 \
|
2007-12-15 01:27:30 +11:00
|
|
|
spu_notify.o \
|
2007-09-19 14:38:12 +10:00
|
|
|
spu_syscalls.o \
|
2007-02-02 16:45:33 +09:00
|
|
|
$(spu-priv1-y) \
|
|
|
|
|
$(spu-manage-y) \
|
|
|
|
|
spufs/
|
2007-07-20 21:39:28 +02:00
|
|
|
|
|
|
|
|
obj-$(CONFIG_PCI_MSI) += axon_msi.o
|