diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/Makefile')
-rw-r--r-- | arch/powerpc/platforms/cell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile index ebbd1141498..16031b565be 100644 --- a/arch/powerpc/platforms/cell/Makefile +++ b/arch/powerpc/platforms/cell/Makefile | |||
@@ -2,6 +2,9 @@ obj-y += interrupt.o iommu.o setup.o spider-pic.o | |||
2 | obj-y += pervasive.o | 2 | obj-y += pervasive.o |
3 | 3 | ||
4 | obj-$(CONFIG_SMP) += smp.o | 4 | obj-$(CONFIG_SMP) += smp.o |
5 | obj-$(CONFIG_SPU_FS) += spufs/ spu_base.o | 5 | obj-$(CONFIG_SPU_FS) += spufs/ spu-base.o |
6 | |||
7 | spu-base-y += spu_base.o spu_priv1.o | ||
8 | |||
6 | builtin-spufs-$(CONFIG_SPU_FS) += spu_syscalls.o | 9 | builtin-spufs-$(CONFIG_SPU_FS) += spu_syscalls.o |
7 | obj-y += $(builtin-spufs-m) | 10 | obj-y += $(builtin-spufs-m) |