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 v4.18-rc3 24 lines 405 B view raw
1obj-y += entry/ 2 3obj-$(CONFIG_PERF_EVENTS) += events/ 4 5obj-$(CONFIG_KVM) += kvm/ 6 7# Xen paravirtualization support 8obj-$(CONFIG_XEN) += xen/ 9 10# Hyper-V paravirtualization support 11obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/ 12 13obj-y += realmode/ 14obj-y += kernel/ 15obj-y += mm/ 16 17obj-y += crypto/ 18 19obj-$(CONFIG_IA32_EMULATION) += ia32/ 20 21obj-y += platform/ 22obj-y += net/ 23 24obj-$(CONFIG_KEXEC_FILE) += purgatory/