]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/powerpc/platforms/cell/Makefile
[POWERPC] celleb: Move files for Beat hvcall interfaces
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / platforms / cell / Makefile
CommitLineData
c01ea72a 1obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \
014da7ff 2 cbe_regs.o spider-pic.o \
7cfb62a2
IK
3 pervasive.o pmu.o io-workarounds.o \
4 spider-pci.o
c01ea72a 5obj-$(CONFIG_CBE_RAS) += ras.o
c902be71 6
b3d7dc19 7obj-$(CONFIG_CBE_THERM) += cbe_thermal.o
74889e41
CK
8obj-$(CONFIG_CBE_CPUFREQ_PMI) += cbe_cpufreq_pmi.o
9obj-$(CONFIG_CBE_CPUFREQ) += cbe-cpufreq.o
10cbe-cpufreq-y += cbe_cpufreq_pervasive.o cbe_cpufreq.o
b3d7dc19 11
c01ea72a
GL
12ifeq ($(CONFIG_SMP),y)
13obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o
14endif
f0831acc 15
2dd14934 16# needed only when building loadable spufs.ko
c01ea72a 17spu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o
2dd14934 18
c9868fe0
IK
19spu-manage-$(CONFIG_PPC_CELLEB) += spu_manage.o
20spu-manage-$(CONFIG_PPC_CELL_NATIVE) += spu_manage.o
21
c01ea72a 22obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \
aed3a8c9 23 spu_notify.o \
7cd58e43 24 spu_syscalls.o spu_fault.o \
c9868fe0
IK
25 $(spu-priv1-y) \
26 $(spu-manage-y) \
27 spufs/
ce21b3c9
ME
28
29obj-$(CONFIG_PCI_MSI) += axon_msi.o
6ec859e1
IK
30
31
32# celleb stuff
33ifeq ($(CONFIG_PPC_CELLEB),y)
116bdc42 34obj-y += celleb_setup.o \
11eef455
IK
35 celleb_pci.o celleb_scc_epci.o \
36 celleb_scc_uhc.o \
5a96dfe8
IK
37 io-workarounds.o spider-pci.o \
38 beat_hvCall.o
11eef455
IK
39
40obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o
6ec859e1 41endif