hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/kernel/livepatch/Makefile
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 obj-$(CONFIG_LIVEPATCH) += livepatch.o
23
3
-livepatch-objs := core.o patch.o shadow.o transition.o
4
+livepatch-objs := core.o patch.o shadow.o state.o transition.o