Mimi Zohar | 3323eec | 2009-02-04 09:06:58 -0500 | [diff] [blame] | 1 | # |
| 2 | # Makefile for building Trusted Computing Group's(TCG) runtime Integrity |
| 3 | # Measurement Architecture(IMA). |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_IMA) += ima.o |
| 7 | |
Mimi Zohar | bab7393 | 2009-02-04 09:06:59 -0500 | [diff] [blame] | 8 | ima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \ |
Roberto Sassu | 3ce1217d | 2013-06-07 12:16:30 +0200 | [diff] [blame] | 9 | ima_policy.o ima_template.o ima_template_lib.o |
Mimi Zohar | 2fe5d6d | 2012-02-13 10:15:05 -0500 | [diff] [blame] | 10 | ima-$(CONFIG_IMA_APPRAISE) += ima_appraise.o |
Mimi Zohar | 94c3aac | 2016-12-19 16:22:35 -0800 | [diff] [blame] | 11 | ima-$(CONFIG_HAVE_IMA_KEXEC) += ima_kexec.o |
David Howells | 56104cf | 2016-04-07 09:45:23 +0100 | [diff] [blame] | 12 | obj-$(CONFIG_IMA_BLACKLIST_KEYRING) += ima_mok.o |