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 92d5a606721f759ebebf448b3bd2b7a781d50bd0 8 lines 451 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o 3obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o 4obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix1.o 5obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix2.o 6obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-demo.o 7obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-mod.o 8obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-busymod.o