blob: 81c26f32453e1593f8bf25e1fa3d8329c1567c4d [file] [log] [blame]
Geoff Levandc01ea722006-06-19 20:33:28 +02001obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \
Benjamin Herrenschmidt014da7f2006-11-11 17:25:12 +11002 cbe_regs.o spider-pic.o \
Ishizaki Kou7cfb62a2008-04-24 19:21:10 +10003 pervasive.o pmu.o io-workarounds.o \
4 spider-pci.o
Geoff Levandc01ea722006-06-19 20:33:28 +02005obj-$(CONFIG_CBE_RAS) += ras.o
Arnd Bergmannc902be72006-01-04 19:55:53 +00006
Christian Krafftb3d7dc12006-10-24 18:31:25 +02007obj-$(CONFIG_CBE_THERM) += cbe_thermal.o
Christian Krafft74889e42007-07-20 21:39:22 +02008obj-$(CONFIG_CBE_CPUFREQ_PMI) += cbe_cpufreq_pmi.o
9obj-$(CONFIG_CBE_CPUFREQ) += cbe-cpufreq.o
10cbe-cpufreq-y += cbe_cpufreq_pervasive.o cbe_cpufreq.o
Christian Krafftb3d7dc12006-10-24 18:31:25 +020011
Geoff Levandc01ea722006-06-19 20:33:28 +020012ifeq ($(CONFIG_SMP),y)
13obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o
14endif
Arnd Bergmannf0831ac2006-01-04 20:31:30 +010015
Arnd Bergmann2dd14932006-03-23 00:00:09 +010016# needed only when building loadable spufs.ko
Geoff Levandc01ea722006-06-19 20:33:28 +020017spu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o
Arnd Bergmann2dd14932006-03-23 00:00:09 +010018
Ishizaki Kouc9868fe2007-02-02 16:45:33 +090019spu-manage-$(CONFIG_PPC_CELLEB) += spu_manage.o
20spu-manage-$(CONFIG_PPC_CELL_NATIVE) += spu_manage.o
21
Geoff Levandc01ea722006-06-19 20:33:28 +020022obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \
Bob Nelsonaed3a8c2007-12-15 01:27:30 +110023 spu_notify.o \
Jeremy Kerr7cd58e42007-12-20 16:39:59 +090024 spu_syscalls.o spu_fault.o \
Ishizaki Kouc9868fe2007-02-02 16:45:33 +090025 $(spu-priv1-y) \
26 $(spu-manage-y) \
27 spufs/
Michael Ellermance21b3c2007-07-20 21:39:28 +020028
29obj-$(CONFIG_PCI_MSI) += axon_msi.o
Ishizaki Kou6ec859e2008-04-24 19:24:13 +100030
31
32# celleb stuff
33ifeq ($(CONFIG_PPC_CELLEB),y)
34obj-y += io-workarounds.o spider-pci.o
35endif