Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
[linux-drm-fsl-dcu.git] / arch / powerpc / platforms / cell / Makefile
index c89cdd67383b21a96c6a7a8d9fc5dc6189f05407..869af89df6ffe0daaee14ed9f4bda25eecb3247d 100644 (file)
@@ -1,7 +1,11 @@
 obj-$(CONFIG_PPC_CELL_NATIVE)          += interrupt.o iommu.o setup.o \
-                                          cbe_regs.o spider-pic.o pervasive.o
+                                          cbe_regs.o spider-pic.o \
+                                          pervasive.o pmu.o io-workarounds.o
 obj-$(CONFIG_CBE_RAS)                  += ras.o
 
+obj-$(CONFIG_CBE_THERM)                        += cbe_thermal.o
+obj-$(CONFIG_CBE_CPUFREQ)              += cbe_cpufreq.o
+
 ifeq ($(CONFIG_SMP),y)
 obj-$(CONFIG_PPC_CELL_NATIVE)          += smp.o
 endif
@@ -10,6 +14,12 @@ endif
 spufs-modular-$(CONFIG_SPU_FS)         += spu_syscalls.o
 spu-priv1-$(CONFIG_PPC_CELL_NATIVE)    += spu_priv1_mmio.o
 
+spu-manage-$(CONFIG_PPC_CELLEB)                += spu_manage.o
+spu-manage-$(CONFIG_PPC_CELL_NATIVE)   += spu_manage.o
+
 obj-$(CONFIG_SPU_BASE)                 += spu_callbacks.o spu_base.o \
+                                          spu_coredump.o \
                                           $(spufs-modular-m) \
-                                          $(spu-priv1-y) spufs/
+                                          $(spu-priv1-y) \
+                                          $(spu-manage-y) \
+                                          spufs/