blob: 435559a4fa9eae1d947ef0d90d0945bc14b08ee8 [file] [log] [blame]
Eric Biggers671e67b2019-07-22 09:26:21 -07001# SPDX-License-Identifier: GPL-2.0
2
Eric Biggers3fda4c62019-07-22 09:26:22 -07003obj-$(CONFIG_FS_VERITY) += enable.o \
4 hash_algs.o \
Eric Biggersfd2d1ac2019-07-22 09:26:22 -07005 init.o \
Eric Biggers4dd893d2019-07-22 09:26:23 -07006 measure.o \
Eric Biggers8a1d0f92019-07-22 09:26:22 -07007 open.o \
Eric Biggerse17fe652021-01-15 10:18:16 -08008 read_metadata.o \
Eric Biggers8a1d0f92019-07-22 09:26:22 -07009 verify.o
Eric Biggers432434c2019-07-22 09:26:23 -070010
11obj-$(CONFIG_FS_VERITY_BUILTIN_SIGNATURES) += signature.o