# SPDX-License-Identifier: GPL-2.0 # # Copyright (C) 2020-2024 Microsoft Corporation. All rights reserved. # # Makefile for building the IPE module as part of the kernel tree. # obj-$(CONFIG_SECURITY_IPE) += \ eval.o \ hooks.o \ ipe.o \ policy.o \ policy_parser.o \