diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/Makefile')
-rw-r--r-- | arch/powerpc/platforms/cell/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile index 6b11f6adca08..bfaf40024634 100644 --- a/arch/powerpc/platforms/cell/Makefile +++ b/arch/powerpc/platforms/cell/Makefile | |||
@@ -3,15 +3,11 @@ obj-y += cbe_regs.o pervasive.o | |||
3 | obj-$(CONFIG_CBE_RAS) += ras.o | 3 | obj-$(CONFIG_CBE_RAS) += ras.o |
4 | 4 | ||
5 | obj-$(CONFIG_SMP) += smp.o | 5 | obj-$(CONFIG_SMP) += smp.o |
6 | obj-$(CONFIG_SPU_FS) += spu-base.o spufs/ | ||
7 | |||
8 | spu-base-y += spu_base.o spu_priv1.o | ||
9 | 6 | ||
10 | # needed only when building loadable spufs.ko | 7 | # needed only when building loadable spufs.ko |
11 | spufs-modular-$(CONFIG_SPU_FS) += spu_syscalls.o | 8 | spufs-modular-$(CONFIG_SPU_FS) += spu_syscalls.o |
12 | obj-y += $(spufs-modular-m) | 9 | obj-y += $(spufs-modular-m) |
13 | 10 | ||
14 | # always needed in kernel | 11 | # always needed in kernel |
15 | spufs-builtin-$(CONFIG_SPU_FS) += spu_callbacks.o | 12 | spufs-builtin-$(CONFIG_SPU_FS) += spu_callbacks.o spu_base.o spu_priv1.o spufs/ |
16 | obj-y += $(spufs-builtin-y) $(spufs-builtin-m) | 13 | obj-y += $(spufs-builtin-y) $(spufs-builtin-m) |
17 | |||