X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=samples%2Flivepatch%2FMakefile;h=539e81d433cd816dc054d542ee5c246286bf8443;hb=439e7271dc2b63de379e37971dc2f64d71e24f8a;hp=10319d7ea0b1734aa937b661a5d9f1a77e038caa;hpb=dcba71086e0d1abf4f00cd381530b11d0db7fa1d;p=mirror_ubuntu-bionic-kernel.git diff --git a/samples/livepatch/Makefile b/samples/livepatch/Makefile index 10319d7ea0b1..539e81d433cd 100644 --- a/samples/livepatch/Makefile +++ b/samples/livepatch/Makefile @@ -1 +1,4 @@ obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o +obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o +obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix1.o +obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix2.o