- 2.6.17 port work build breaks, but the patch set is relativly stable
[linux-flexiantxendom0-3.2.10.git] / arch / powerpc / platforms / cell / Makefile
index 3b998a3..e570bad 100644 (file)
@@ -6,5 +6,11 @@ obj-$(CONFIG_SPU_FS)   += spu-base.o spufs/
 
 spu-base-y             += spu_base.o spu_priv1.o
 
-builtin-spufs-$(CONFIG_SPU_FS) += spu_syscalls.o
-obj-y                  += $(builtin-spufs-m)
+# 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)
+