xref: /openbmc/linux/arch/powerpc/platforms/cell/Makefile (revision c9868fe0e091f64241a372b45f08097c013e41b2)
1c01ea72aSGeoff Levandobj-$(CONFIG_PPC_CELL_NATIVE)		+= interrupt.o iommu.o setup.o \
2014da7ffSBenjamin Herrenschmidt					   cbe_regs.o spider-pic.o \
3014da7ffSBenjamin Herrenschmidt					   pervasive.o pmu.o io-workarounds.o
4acf7d768SBenjamin Herrenschmidtobj-$(CONFIG_CBE_RAS)			+= ras.o
5c902be71SArnd Bergmann
6b3d7dc19SChristian Krafftobj-$(CONFIG_CBE_THERM)			+= cbe_thermal.o
736ca4ba4SChristian Krafftobj-$(CONFIG_CBE_CPUFREQ)		+= cbe_cpufreq.o
8b3d7dc19SChristian Krafft
9c01ea72aSGeoff Levandifeq ($(CONFIG_SMP),y)
10c01ea72aSGeoff Levandobj-$(CONFIG_PPC_CELL_NATIVE)		+= smp.o
11c01ea72aSGeoff Levandendif
12f0831accSArnd Bergmann
132dd14934SArnd Bergmann# needed only when building loadable spufs.ko
142dd14934SArnd Bergmannspufs-modular-$(CONFIG_SPU_FS)		+= spu_syscalls.o
15c01ea72aSGeoff Levandspu-priv1-$(CONFIG_PPC_CELL_NATIVE)	+= spu_priv1_mmio.o
162dd14934SArnd Bergmann
17*c9868fe0SIshizaki Kouspu-manage-$(CONFIG_PPC_CELLEB)		+= spu_manage.o
18*c9868fe0SIshizaki Kouspu-manage-$(CONFIG_PPC_CELL_NATIVE)	+= spu_manage.o
19*c9868fe0SIshizaki Kou
20c01ea72aSGeoff Levandobj-$(CONFIG_SPU_BASE)			+= spu_callbacks.o spu_base.o \
21bf1ab978SDwayne Grant McConnell					   spu_coredump.o \
22c01ea72aSGeoff Levand					   $(spufs-modular-m) \
23*c9868fe0SIshizaki Kou					   $(spu-priv1-y) \
24*c9868fe0SIshizaki Kou					   $(spu-manage-y) \
25*c9868fe0SIshizaki Kou					   spufs/
26