1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (C) 2020-2024 Microsoft Corporation. All rights reserved. 4# 5# Makefile for building the IPE module as part of the kernel tree. 6# 7 8obj-$(CONFIG_SECURITY_IPE) += \ 9 digest.o \ 10 eval.o \ 11 hooks.o \ 12 fs.o \ 13 ipe.o \ 14 policy.o \ 15 policy_fs.o \ 16 policy_parser.o \ 17 audit.o \ 18