xref: /linux-6.15/security/ipe/Makefile (revision 54a88cd2)
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	ipe.o \
10	policy.o \
11	policy_parser.o \
12