]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - samples/livepatch/Makefile
x86/entry/64: Clear extra registers beyond syscall arguments, to reduce speculation...
[mirror_ubuntu-bionic-kernel.git] / samples / livepatch / Makefile
CommitLineData
12cf89b5 1obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o
439e7271
JL
2obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o
3obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix1.o
4obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix2.o
93862e38
JL
5obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-demo.o
6obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-mod.o
7obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-busymod.o