Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.2 11 lines 235 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2 3obj-y += kernel/ mm/ net/ 4obj-$(CONFIG_BUILTIN_DTB) += boot/dts/ 5obj-y += errata/ 6obj-$(CONFIG_KVM) += kvm/ 7 8obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += purgatory/ 9 10# for cleaning 11subdir- += boot