thesis/linux-6.8.1/security/integrity/evm/Makefile
2025-03-19 13:44:23 +01:00

8 lines
225 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for building the Extended Verification Module(EVM)
#
obj-$(CONFIG_EVM) += evm.o
evm-y := evm_main.o evm_crypto.o evm_secfs.o
evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o