xref: /linux/fs/verity/Makefile (revision f4b369c6fe0ceaba2da2daff8c9eb415f85926dd)
1671e67b4SEric Biggers# SPDX-License-Identifier: GPL-2.0
2671e67b4SEric Biggers
33fda4c61SEric Biggersobj-$(CONFIG_FS_VERITY) += enable.o \
43fda4c61SEric Biggers			   hash_algs.o \
5fd2d1acfSEric Biggers			   init.o \
64dd893d8SEric Biggers			   measure.o \
78a1d0f9cSEric Biggers			   open.o \
8*821ddd25SChristoph Hellwig			   pagecache.o \
9e17fe657SEric Biggers			   read_metadata.o \
108a1d0f9cSEric Biggers			   verify.o
11432434c9SEric Biggers
12432434c9SEric Biggersobj-$(CONFIG_FS_VERITY_BUILTIN_SIGNATURES) += signature.o
13