[POWERPC] celleb: Move the files for celleb base support
[linux-2.6/x86.git] / arch / powerpc / platforms / cell / Makefile
blobb644f5717fc21b22cd55a67223636c74d6e27992
1 obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \
2 cbe_regs.o spider-pic.o \
3 pervasive.o pmu.o io-workarounds.o \
4 spider-pci.o
5 obj-$(CONFIG_CBE_RAS) += ras.o
7 obj-$(CONFIG_CBE_THERM) += cbe_thermal.o
8 obj-$(CONFIG_CBE_CPUFREQ_PMI) += cbe_cpufreq_pmi.o
9 obj-$(CONFIG_CBE_CPUFREQ) += cbe-cpufreq.o
10 cbe-cpufreq-y += cbe_cpufreq_pervasive.o cbe_cpufreq.o
12 ifeq ($(CONFIG_SMP),y)
13 obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o
14 endif
16 # needed only when building loadable spufs.ko
17 spu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o
19 spu-manage-$(CONFIG_PPC_CELLEB) += spu_manage.o
20 spu-manage-$(CONFIG_PPC_CELL_NATIVE) += spu_manage.o
22 obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \
23 spu_notify.o \
24 spu_syscalls.o spu_fault.o \
25 $(spu-priv1-y) \
26 $(spu-manage-y) \
27 spufs/
29 obj-$(CONFIG_PCI_MSI) += axon_msi.o
32 # celleb stuff
33 ifeq ($(CONFIG_PPC_CELLEB),y)
34 obj-y += celleb_setup.o \
35 celleb_pci.o \
36 io-workarounds.o spider-pci.o
37 endif