blob: e1c27e974c5cba33701a17adcf8f0d9d89261d30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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 \
|