]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/powerpc/platforms/cell/Makefile
[POWERPC] cell: always build spu base into the kernel
[karo-tx-linux.git] / arch / powerpc / platforms / cell / Makefile
1 obj-y                   += interrupt.o iommu.o setup.o spider-pic.o
2 obj-y                   += cbe_regs.o pervasive.o
3 obj-$(CONFIG_CBE_RAS)   += ras.o
4
5 obj-$(CONFIG_SMP)       += smp.o
6
7 # needed only when building loadable spufs.ko
8 spufs-modular-$(CONFIG_SPU_FS) += spu_syscalls.o
9 obj-y                   += $(spufs-modular-m)
10
11 # always needed in kernel
12 spufs-builtin-$(CONFIG_SPU_FS) += spu_callbacks.o spu_base.o spu_priv1.o spufs/
13 obj-y                   += $(spufs-builtin-y) $(spufs-builtin-m)