]> asedeno.scripts.mit.edu Git - linux.git/blob - samples/livepatch/Makefile
Merge tag 'renesas-fixes-for-v4.18' of https://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / samples / livepatch / Makefile
1 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o
2 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o
3 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix1.o
4 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix2.o
5 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-demo.o
6 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-mod.o
7 obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-callbacks-busymod.o