> diff --git a/samples/livepatch/Makefile b/samples/livepatch/Makefile > index 8b9b42a258ad..5fb3280bbdc4 100644 > --- a/samples/livepatch/Makefile > +++ b/samples/livepatch/Makefile > @@ -1,4 +1,8 @@ > LIVEPATCH_livepatch-sample := y > +LIVEPATCH_livepatch-shadow-fix1 := y > +LIVEPATCH_livepatch-shadow-fix2 := y > +LIVEPATCH_livepatch-callbacks-demo := y You could also remove MODULE_INFO(livepatch, "Y") from the three files. Miroslav