repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.13-rc4
[linux.git]
/
fs
/
verity
/
Makefile
blob
435559a4fa9eae1d947ef0d90d0945bc14b08ee8
1
# SPDX-License-Identifier: GPL-2.0
2
3
obj-
$(
CONFIG_FS_VERITY
) +=
enable.o \
4
hash_algs.o \
5
init.o \
6
measure.o \
7
open.o \
8
read_metadata.o \
9
verify.o
10
11
obj-
$(
CONFIG_FS_VERITY_BUILTIN_SIGNATURES
) +=
signature.o