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
11*880e7105SChristian Krafftobj-$(CONFIG_CBE_CPUFREQ_SPU_GOVERNOR)	+= cpufreq_spudemand.o
12b3d7dc19SChristian Krafft
13c01ea72aSGeoff Levandifeq ($(CONFIG_SMP),y)
14c01ea72aSGeoff Levandobj-$(CONFIG_PPC_CELL_NATIVE)		+= smp.o
15c01ea72aSGeoff Levandendif
16f0831accSArnd Bergmann
172dd14934SArnd Bergmann# needed only when building loadable spufs.ko
18c01ea72aSGeoff Levandspu-priv1-$(CONFIG_PPC_CELL_NATIVE)	+= spu_priv1_mmio.o
192dd14934SArnd Bergmann
20c9868fe0SIshizaki Kouspu-manage-$(CONFIG_PPC_CELLEB)		+= spu_manage.o
21c9868fe0SIshizaki Kouspu-manage-$(CONFIG_PPC_CELL_NATIVE)	+= spu_manage.o
22c9868fe0SIshizaki Kou
23c01ea72aSGeoff Levandobj-$(CONFIG_SPU_BASE)			+= spu_callbacks.o spu_base.o \
24aed3a8c9SBob Nelson					   spu_notify.o \
257cd58e43SJeremy Kerr					   spu_syscalls.o spu_fault.o \
26c9868fe0SIshizaki Kou					   $(spu-priv1-y) \
27c9868fe0SIshizaki Kou					   $(spu-manage-y) \
28c9868fe0SIshizaki Kou					   spufs/
29ce21b3c9SMichael Ellerman
30ce21b3c9SMichael Ellermanobj-$(CONFIG_PCI_MSI)			+= axon_msi.o
316ec859e1SIshizaki Kou
326ec859e1SIshizaki Kou
336ec859e1SIshizaki Kou# celleb stuff
346ec859e1SIshizaki Kouifeq ($(CONFIG_PPC_CELLEB),y)
35116bdc42SIshizaki Kouobj-y					+= celleb_setup.o \
3611eef455SIshizaki Kou					   celleb_pci.o celleb_scc_epci.o \
37884d04cdSIshizaki Kou					   celleb_scc_pciex.o \
3811eef455SIshizaki Kou					   celleb_scc_uhc.o \
395a96dfe8SIshizaki Kou					   io-workarounds.o spider-pci.o \
40ad2c6987SIshizaki Kou					   beat.o beat_htab.o beat_hvCall.o \
41ad2c6987SIshizaki Kou					   beat_interrupt.o beat_iommu.o
4211eef455SIshizaki Kou
43ad2c6987SIshizaki Kouobj-$(CONFIG_SMP)			+= beat_smp.o
44ad2c6987SIshizaki Kouobj-$(CONFIG_PPC_UDBG_BEAT)		+= beat_udbg.o
4511eef455SIshizaki Kouobj-$(CONFIG_SERIAL_TXX9)		+= celleb_scc_sio.o
46c11dde85SIshizaki Kouobj-$(CONFIG_SPU_BASE)			+= beat_spu_priv1.o
476ec859e1SIshizaki Kouendif
48