1 # SPDX-License-Identifier: GPL-2.0 2 obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o 3 obj-y += interrupt.o exports.o os-area.o 4 obj-y += system-bus.o 5 6 obj-$(CONFIG_PPC_EARLY_DEBUG_PS3GELIC) += gelic_udbg.o 7 obj-$(CONFIG_SMP) += smp.o 8 obj-$(CONFIG_SPU_BASE) += spu.o 9 obj-y += device-init.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.