[POWERPC] cell: add cpufreq driver for Cell BE processor
[deliverable/linux.git] / arch / powerpc / platforms / cell / Makefile
CommitLineData
c01ea72a 1obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \
d8bf96e0
KC
2 cbe_regs.o spider-pic.o pervasive.o \
3 pmu.o
c01ea72a 4obj-$(CONFIG_CBE_RAS) += ras.o
c902be71 5
b3d7dc19 6obj-$(CONFIG_CBE_THERM) += cbe_thermal.o
36ca4ba4 7obj-$(CONFIG_CBE_CPUFREQ) += cbe_cpufreq.o
b3d7dc19 8
c01ea72a
GL
9ifeq ($(CONFIG_SMP),y)
10obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o
11endif
f0831acc 12
2dd14934 13# needed only when building loadable spufs.ko
c01ea72a
GL
14spufs-modular-$(CONFIG_SPU_FS) += spu_syscalls.o
15spu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o
2dd14934 16
c01ea72a
GL
17obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \
18 $(spufs-modular-m) \
19 $(spu-priv1-y) spufs/
This page took 0.130109 seconds and 5 git commands to generate.