brintos

brintos / linux-shallow public Read only

0
0
Text · 240 B · 435559a Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3obj-$(CONFIG_FS_VERITY) += enable.o \4			   hash_algs.o \5			   init.o \6			   measure.o \7			   open.o \8			   read_metadata.o \9			   verify.o10 11obj-$(CONFIG_FS_VERITY_BUILTIN_SIGNATURES) += signature.o12