aboutsummaryrefslogtreecommitdiffstats
path: root/lib/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 /lib/livepatch/Makefile
parentMerge branch 'for-5.5/selftests' into for-linus (diff)
parentlivepatch: Selftests of the API for tracking system state changes (diff)
downloadlinux-dev-0e672adc87e5ae1758b6e0571b42d743a8324327.tar.xz
linux-dev-0e672adc87e5ae1758b6e0571b42d743a8324327.zip
Merge branch 'for-5.5/system-state' into for-linus
Diffstat (limited to 'lib/livepatch/Makefile')
-rw-r--r--lib/livepatch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/livepatch/Makefile b/lib/livepatch/Makefile
index 26900ddaef82..295b94bff370 100644
--- a/lib/livepatch/Makefile
+++ b/lib/livepatch/Makefile
@@ -8,7 +8,10 @@ obj-$(CONFIG_TEST_LIVEPATCH) += test_klp_atomic_replace.o \
test_klp_callbacks_busy.o \
test_klp_callbacks_mod.o \
test_klp_livepatch.o \
- test_klp_shadow_vars.o
+ test_klp_shadow_vars.o \
+ test_klp_state.o \
+ test_klp_state2.o \
+ test_klp_state3.o
# Target modules to be livepatched require CC_FLAGS_FTRACE
CFLAGS_test_klp_callbacks_busy.o += $(CC_FLAGS_FTRACE)