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 eval.o \ 10 hooks.o \ 11 fs.o \ 12 ipe.o \ 13 policy.o \ 14 policy_fs.o \ 15 policy_parser.o \ 16 audit.o \ 17