summaryrefslogtreecommitdiff
path: root/kernel/livepatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/livepatch/Makefile')
-rw-r--r--kernel/livepatch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/livepatch/Makefile b/kernel/livepatch/Makefile
index 2b8bdb1925da..cf03d4bdfc66 100644
--- a/kernel/livepatch/Makefile
+++ b/kernel/livepatch/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_LIVEPATCH) += livepatch.o
-livepatch-objs := core.o patch.o transition.o
+livepatch-objs := core.o patch.o shadow.o state.o transition.o