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