This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / arch / powerpc / platforms / cell / Makefile
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile
new file mode 100644 (file)
index 0000000..e570bad
--- /dev/null
@@ -0,0 +1,16 @@
+obj-y                  += interrupt.o iommu.o setup.o spider-pic.o
+obj-y                  += pervasive.o
+
+obj-$(CONFIG_SMP)      += smp.o
+obj-$(CONFIG_SPU_FS)   += spu-base.o spufs/
+
+spu-base-y             += spu_base.o spu_priv1.o
+
+# needed only when building loadable spufs.ko
+spufs-modular-$(CONFIG_SPU_FS) += spu_syscalls.o
+obj-y                  += $(spufs-modular-m)
+
+# always needed in kernel
+spufs-builtin-$(CONFIG_SPU_FS) += spu_callbacks.o
+obj-y                  += $(spufs-builtin-y) $(spufs-builtin-m)
+