summaryrefslogtreecommitdiff
path: root/kernel/livepatch/Makefile
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2019-11-25 13:53:49 +0100
committerPetr Mladek <pmladek@suse.com>2019-11-25 13:53:49 +0100
commit0e672adc87e5ae1758b6e0571b42d743a8324327 (patch)
tree8e0b5342343bcffb2f790e307ee9784ed9182297 /kernel/livepatch/Makefile
parentd891433b8d554731e1d54c4ed04045479e1cff37 (diff)
parentecd25094c5f5d5af12dffd3a4f2f4a42e486cdd8 (diff)
Merge branch 'for-5.5/system-state' into for-linus
Diffstat (limited to 'kernel/livepatch/Makefile')
-rw-r--r--kernel/livepatch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/livepatch/Makefile b/kernel/livepatch/Makefile
index cf9b5bcdb952..cf03d4bdfc66 100644
--- a/kernel/livepatch/Makefile
+++ b/kernel/livepatch/Makefile
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_LIVEPATCH) += livepatch.o
-livepatch-objs := core.o patch.o shadow.o transition.o
+livepatch-objs := core.o patch.o shadow.o state.o transition.o