]> bbs.cooldavid.org Git - net-next-2.6.git/blob - arch/powerpc/platforms/cell/Makefile
Merge branch 'master' of /usr/src/ntfs-2.6/
[net-next-2.6.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)