diff options
| author | Petr Mladek <pmladek@suse.com> | 2019-11-25 13:53:49 +0100 |
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2019-11-25 13:53:49 +0100 |
| commit | 0e672adc87e5ae1758b6e0571b42d743a8324327 (patch) | |
| tree | 8e0b5342343bcffb2f790e307ee9784ed9182297 /kernel/livepatch/Makefile | |
| parent | d891433b8d554731e1d54c4ed04045479e1cff37 (diff) | |
| parent | ecd25094c5f5d5af12dffd3a4f2f4a42e486cdd8 (diff) | |
Merge branch 'for-5.5/system-state' into for-linus
Diffstat (limited to 'kernel/livepatch/Makefile')
| -rw-r--r-- | kernel/livepatch/Makefile | 2 |
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 |
