mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-20 22:25:54 +00:00
11 lines
216 B
Makefile
11 lines
216 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_FS_VERITY) += enable.o \
|
|
hash_algs.o \
|
|
init.o \
|
|
measure.o \
|
|
open.o \
|
|
verify.o
|
|
|
|
obj-$(CONFIG_FS_VERITY_BUILTIN_SIGNATURES) += signature.o
|