xref: /openbmc/linux/arch/powerpc/platforms/cell/Makefile (revision bf1ab978be2318c5a564de9aa0f1a217b44170d4)
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
17c01ea72aSGeoff Levandobj-$(CONFIG_SPU_BASE)			+= spu_callbacks.o spu_base.o \
18*bf1ab978SDwayne Grant McConnell					   spu_coredump.o \
19c01ea72aSGeoff Levand					   $(spufs-modular-m) \
20c01ea72aSGeoff Levand					   $(spu-priv1-y) spufs/
21