1c01ea72aSGeoff Levandobj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \ 2014da7ffSBenjamin Herrenschmidt cbe_regs.o spider-pic.o \ 37cfb62a2SIshizaki Kou pervasive.o pmu.o io-workarounds.o \ 47cfb62a2SIshizaki Kou spider-pci.o 5acf7d768SBenjamin Herrenschmidtobj-$(CONFIG_CBE_RAS) += ras.o 6c902be71SArnd Bergmann 7b3d7dc19SChristian Krafftobj-$(CONFIG_CBE_THERM) += cbe_thermal.o 874889e41SChristian Krafftobj-$(CONFIG_CBE_CPUFREQ_PMI) += cbe_cpufreq_pmi.o 974889e41SChristian Krafftobj-$(CONFIG_CBE_CPUFREQ) += cbe-cpufreq.o 1074889e41SChristian Krafftcbe-cpufreq-y += cbe_cpufreq_pervasive.o cbe_cpufreq.o 11880e7105SChristian Krafftobj-$(CONFIG_CBE_CPUFREQ_SPU_GOVERNOR) += cpufreq_spudemand.o 12b3d7dc19SChristian Krafft 13*4795b780SChristian Krafftobj-$(CONFIG_PPC_IBM_CELL_POWERBUTTON) += cbe_powerbutton.o 14*4795b780SChristian Krafft 15c01ea72aSGeoff Levandifeq ($(CONFIG_SMP),y) 16c01ea72aSGeoff Levandobj-$(CONFIG_PPC_CELL_NATIVE) += smp.o 17c01ea72aSGeoff Levandendif 18f0831accSArnd Bergmann 192dd14934SArnd Bergmann# needed only when building loadable spufs.ko 20c01ea72aSGeoff Levandspu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o 212dd14934SArnd Bergmann 22c9868fe0SIshizaki Kouspu-manage-$(CONFIG_PPC_CELLEB) += spu_manage.o 23c9868fe0SIshizaki Kouspu-manage-$(CONFIG_PPC_CELL_NATIVE) += spu_manage.o 24c9868fe0SIshizaki Kou 25c01ea72aSGeoff Levandobj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \ 26aed3a8c9SBob Nelson spu_notify.o \ 277cd58e43SJeremy Kerr spu_syscalls.o spu_fault.o \ 28c9868fe0SIshizaki Kou $(spu-priv1-y) \ 29c9868fe0SIshizaki Kou $(spu-manage-y) \ 30c9868fe0SIshizaki Kou spufs/ 31ce21b3c9SMichael Ellerman 32ce21b3c9SMichael Ellermanobj-$(CONFIG_PCI_MSI) += axon_msi.o 336ec859e1SIshizaki Kou 346ec859e1SIshizaki Kou 356ec859e1SIshizaki Kou# celleb stuff 366ec859e1SIshizaki Kouifeq ($(CONFIG_PPC_CELLEB),y) 37116bdc42SIshizaki Kouobj-y += celleb_setup.o \ 3811eef455SIshizaki Kou celleb_pci.o celleb_scc_epci.o \ 39884d04cdSIshizaki Kou celleb_scc_pciex.o \ 4011eef455SIshizaki Kou celleb_scc_uhc.o \ 415a96dfe8SIshizaki Kou io-workarounds.o spider-pci.o \ 42ad2c6987SIshizaki Kou beat.o beat_htab.o beat_hvCall.o \ 43ad2c6987SIshizaki Kou beat_interrupt.o beat_iommu.o 4411eef455SIshizaki Kou 45ad2c6987SIshizaki Kouobj-$(CONFIG_SMP) += beat_smp.o 46ad2c6987SIshizaki Kouobj-$(CONFIG_PPC_UDBG_BEAT) += beat_udbg.o 4711eef455SIshizaki Kouobj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o 48c11dde85SIshizaki Kouobj-$(CONFIG_SPU_BASE) += beat_spu_priv1.o 496ec859e1SIshizaki Kouendif 50