rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 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 |