diff options
Diffstat (limited to 'kernel/livepatch/Makefile')
-rw-r--r-- | kernel/livepatch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/livepatch/Makefile b/kernel/livepatch/Makefile new file mode 100644 index 000000000000..7c1f00861428 --- /dev/null +++ b/kernel/livepatch/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_LIVE_PATCHING) += livepatch.o + +livepatch-objs := core.o |