mirror of https://github.com/OpenIPC/firmware.git
11 lines
348 B
Diff
11 lines
348 B
Diff
diff -drupN a/security/fivm/Makefile b/security/fivm/Makefile
|
|
--- a/security/fivm/Makefile 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/security/fivm/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -0,0 +1,6 @@
|
|
+#
|
|
+# Makefile for file intergrity check module
|
|
+#
|
|
+obj-$(CONFIG_FILE_INTEGRITY) := fivm.o
|
|
+fivm-y = fivm_main.o fivm_crypto.o fivm_dev.o
|
|
+
|