[PATCH] spufs: The SPU file system, base
[pandora-kernel.git] / arch / powerpc / platforms / cell / Makefile
index 55e094b..74616cf 100644 (file)
@@ -1,2 +1,5 @@
 obj-y                  += interrupt.o iommu.o setup.o spider-pic.o
 obj-$(CONFIG_SMP)      += smp.o
+obj-$(CONFIG_SPU_FS)   += spufs/ spu_base.o
+builtin-spufs-$(CONFIG_SPU_FS) += spu_syscalls.o
+obj-y                  += $(builtin-spufs-m)