10 lines
220 B
Makefile
10 lines
220 B
Makefile
|
# 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) += \
|
||
|
ipe.o \
|