diff options
Diffstat (limited to 'samples/livepatch/Makefile')
-rw-r--r-- | samples/livepatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/livepatch/Makefile b/samples/livepatch/Makefile index 7f1cdc131a02..10319d7ea0b1 100644 --- a/samples/livepatch/Makefile +++ b/samples/livepatch/Makefile @@ -1 +1 @@ -obj-$(CONFIG_SAMPLE_LIVE_PATCHING) += livepatch-sample.o +obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o |