1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_PPC_CELL_COMMON) += cbe_regs.o interrupt.o pervasive.o 3 4 obj-$(CONFIG_PPC_CELL_NATIVE) += iommu.o setup.o spider-pic.o \ 5 pmu.o spider-pci.o 6 obj-$(CONFIG_CBE_RAS) += ras.o 7 8 obj-$(CONFIG_CBE_THERM) += cbe_thermal.o 9 obj-$(CONFIG_CBE_CPUFREQ_SPU_GOVERNOR) += cpufreq_spudemand.o 10 11 obj-$(CONFIG_PPC_IBM_CELL_POWERBUTTON) += cbe_powerbutton.o 12 13 ifdef CONFIG_SMP 14 obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o 15 endif 16 17 # needed only when building loadable spufs.ko 18 spu-priv1-$(CONFIG_PPC_CELL_COMMON) += spu_priv1_mmio.o 19 spu-manage-$(CONFIG_PPC_CELL_COMMON) += spu_manage.o 20 21 obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \ 22 spu_syscalls.o \ 23 $(spu-priv1-y) \ 24 $(spu-manage-y) \ 25 spufs/ 26 27 obj-$(CONFIG_AXON_MSI) += axon_msi.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.