Merge branch 'drm-forlinus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[pandora-kernel.git] / arch / powerpc / platforms / cell / Makefile
1 obj-y                   += interrupt.o iommu.o setup.o spider-pic.o
2 obj-y                   += pervasive.o
3
4 obj-$(CONFIG_SMP)       += smp.o
5 obj-$(CONFIG_SPU_FS)    += spufs/ spu-base.o
6
7 spu-base-y              += spu_base.o spu_priv1.o
8
9 builtin-spufs-$(CONFIG_SPU_FS)  += spu_syscalls.o
10 obj-y                   += $(builtin-spufs-m)