xref: /openbmc/linux/arch/powerpc/platforms/cell/Makefile (revision e83d01697583d8610d1d62279758c2a881e3396f)
1def434c2SBenjamin Krillobj-$(CONFIG_PPC_CELL_COMMON)		+= cbe_regs.o interrupt.o pervasive.o
2def434c2SBenjamin Krill
3def434c2SBenjamin Krillobj-$(CONFIG_PPC_CELL_NATIVE)		+= iommu.o setup.o spider-pic.o \
43cc30d07SMichael Ellerman					   pmu.o spider-pci.o
5acf7d768SBenjamin Herrenschmidtobj-$(CONFIG_CBE_RAS)			+= ras.o
6c902be71SArnd Bergmann
7b3d7dc19SChristian Krafftobj-$(CONFIG_CBE_THERM)			+= cbe_thermal.o
8880e7105SChristian Krafftobj-$(CONFIG_CBE_CPUFREQ_SPU_GOVERNOR)	+= cpufreq_spudemand.o
9b3d7dc19SChristian Krafft
104795b780SChristian Krafftobj-$(CONFIG_PPC_IBM_CELL_POWERBUTTON)	+= cbe_powerbutton.o
114795b780SChristian Krafft
12c01ea72aSGeoff Levandifeq ($(CONFIG_SMP),y)
13c01ea72aSGeoff Levandobj-$(CONFIG_PPC_CELL_NATIVE)		+= smp.o
14def434c2SBenjamin Krillobj-$(CONFIG_PPC_CELL_QPACE)		+= smp.o
15c01ea72aSGeoff Levandendif
16f0831accSArnd Bergmann
172dd14934SArnd Bergmann# needed only when building loadable spufs.ko
18def434c2SBenjamin Krillspu-priv1-$(CONFIG_PPC_CELL_COMMON)	+= spu_priv1_mmio.o
19def434c2SBenjamin Krillspu-manage-$(CONFIG_PPC_CELL_COMMON)	+= spu_manage.o
20c9868fe0SIshizaki Kou
21c01ea72aSGeoff Levandobj-$(CONFIG_SPU_BASE)			+= spu_callbacks.o spu_base.o \
22aed3a8c9SBob Nelson					   spu_notify.o \
23*e83d0169SIan Munsie					   spu_syscalls.o \
24c9868fe0SIshizaki Kou					   $(spu-priv1-y) \
25c9868fe0SIshizaki Kou					   $(spu-manage-y) \
26c9868fe0SIshizaki Kou					   spufs/
27ce21b3c9SMichael Ellerman
2847c3c6efSMichael Ellermanobj-$(CONFIG_AXON_MSI)			+= axon_msi.o
296ec859e1SIshizaki Kou
30def434c2SBenjamin Krill# qpace setup
31def434c2SBenjamin Krillobj-$(CONFIG_PPC_CELL_QPACE)		+= qpace_setup.o
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 \
393cc30d07SMichael Ellerman					   spider-pci.o beat.o beat_htab.o \
403cc30d07SMichael Ellerman					   beat_hvCall.o beat_interrupt.o \
413cc30d07SMichael Ellerman					   beat_iommu.o
4211eef455SIshizaki Kou
43ad2c6987SIshizaki Kouobj-$(CONFIG_PPC_UDBG_BEAT)		+= beat_udbg.o
4411eef455SIshizaki Kouobj-$(CONFIG_SERIAL_TXX9)		+= celleb_scc_sio.o
45c11dde85SIshizaki Kouobj-$(CONFIG_SPU_BASE)			+= beat_spu_priv1.o
466ec859e1SIshizaki Kouendif
47