Geoff Levand | c01ea72 | 2006-06-19 20:33:28 +0200 | [diff] [blame] | 1 | obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \ |
Benjamin Herrenschmidt | 014da7f | 2006-11-11 17:25:12 +1100 | [diff] [blame] | 2 | cbe_regs.o spider-pic.o \ |
| 3 | pervasive.o pmu.o io-workarounds.o |
Geoff Levand | c01ea72 | 2006-06-19 20:33:28 +0200 | [diff] [blame] | 4 | obj-$(CONFIG_CBE_RAS) += ras.o |
Arnd Bergmann | c902be7 | 2006-01-04 19:55:53 +0000 | [diff] [blame] | 5 | |
Christian Krafft | b3d7dc1 | 2006-10-24 18:31:25 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_CBE_THERM) += cbe_thermal.o |
Christian Krafft | 74889e4 | 2007-07-20 21:39:22 +0200 | [diff] [blame] | 7 | obj-$(CONFIG_CBE_CPUFREQ_PMI) += cbe_cpufreq_pmi.o |
| 8 | obj-$(CONFIG_CBE_CPUFREQ) += cbe-cpufreq.o |
| 9 | cbe-cpufreq-y += cbe_cpufreq_pervasive.o cbe_cpufreq.o |
Christian Krafft | b3d7dc1 | 2006-10-24 18:31:25 +0200 | [diff] [blame] | 10 | |
Geoff Levand | c01ea72 | 2006-06-19 20:33:28 +0200 | [diff] [blame] | 11 | ifeq ($(CONFIG_SMP),y) |
| 12 | obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o |
| 13 | endif |
Arnd Bergmann | f0831ac | 2006-01-04 20:31:30 +0100 | [diff] [blame] | 14 | |
Arnd Bergmann | 2dd1493 | 2006-03-23 00:00:09 +0100 | [diff] [blame] | 15 | # needed only when building loadable spufs.ko |
Geoff Levand | c01ea72 | 2006-06-19 20:33:28 +0200 | [diff] [blame] | 16 | spu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o |
Arnd Bergmann | 2dd1493 | 2006-03-23 00:00:09 +0100 | [diff] [blame] | 17 | |
Ishizaki Kou | c9868fe | 2007-02-02 16:45:33 +0900 | [diff] [blame] | 18 | spu-manage-$(CONFIG_PPC_CELLEB) += spu_manage.o |
| 19 | spu-manage-$(CONFIG_PPC_CELL_NATIVE) += spu_manage.o |
| 20 | |
Geoff Levand | c01ea72 | 2006-06-19 20:33:28 +0200 | [diff] [blame] | 21 | obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \ |
Jeremy Kerr | 7cd58e4 | 2007-12-20 16:39:59 +0900 | [diff] [blame^] | 22 | spu_syscalls.o spu_fault.o \ |
Ishizaki Kou | c9868fe | 2007-02-02 16:45:33 +0900 | [diff] [blame] | 23 | $(spu-priv1-y) \ |
| 24 | $(spu-manage-y) \ |
| 25 | spufs/ |
Michael Ellerman | ce21b3c | 2007-07-20 21:39:28 +0200 | [diff] [blame] | 26 | |
| 27 | obj-$(CONFIG_PCI_MSI) += axon_msi.o |