mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +02:00
13 lines
241 B
Makefile
13 lines
241 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
obj-$(CONFIG_FS_VERITY) += enable.o \
|
|
hash_algs.o \
|
|
init.o \
|
|
measure.o \
|
|
open.o \
|
|
read_metadata.o \
|
|
verify.o
|
|
|
|
obj-$(CONFIG_FS_VERITY_BUILTIN_SIGNATURES) += signature.o
|