Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[deliverable/linux.git] / arch / powerpc / platforms / cell / Makefile
1 obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \
2 cbe_regs.o spider-pic.o pervasive.o
3 obj-$(CONFIG_CBE_RAS) += ras.o
4
5 ifeq ($(CONFIG_SMP),y)
6 obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o
7 endif
8
9 # needed only when building loadable spufs.ko
10 spufs-modular-$(CONFIG_SPU_FS) += spu_syscalls.o
11 spu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o
12
13 obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \
14 $(spufs-modular-m) \
15 $(spu-priv1-y) spufs/
This page took 0.042098 seconds and 5 git commands to generate.