]> git.ipfire.org Git - thirdparty/linux.git/blob - security/integrity/ima/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / security / integrity / ima / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for building Trusted Computing Group's(TCG) runtime Integrity
4 # Measurement Architecture(IMA).
5 #
6
7 obj-$(CONFIG_IMA) += ima.o
8
9 ima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \
10 ima_policy.o ima_template.o ima_template_lib.o
11 ima-$(CONFIG_IMA_APPRAISE) += ima_appraise.o
12 ima-$(CONFIG_HAVE_IMA_KEXEC) += ima_kexec.o
13 obj-$(CONFIG_IMA_BLACKLIST_KEYRING) += ima_mok.o