# # Makefile for file intergrity check module # obj-$(CONFIG_FILE_INTEGRITY) := fivm.o fivm-y = fivm_main.o fivm_crypto.o fivm_dev.o