Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.11 9 lines 283 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o 3obj-y += interrupt.o exports.o os-area.o 4obj-y += system-bus.o 5 6obj-$(CONFIG_PS3GELIC_UDBG) += gelic_udbg.o 7obj-$(CONFIG_SMP) += smp.o 8obj-$(CONFIG_SPU_BASE) += spu.o 9obj-y += device-init.o