diff options
Diffstat (limited to 'security/integrity/ima/Makefile')
| -rw-r--r-- | security/integrity/ima/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/integrity/ima/Makefile b/security/integrity/ima/Makefile new file mode 100644 index 000000000000..787c4cb916cd --- /dev/null +++ b/security/integrity/ima/Makefile | |||
| @@ -0,0 +1,9 @@ | |||
| 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 | |||
| 8 | ima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \ | ||
| 9 | ima_policy.o ima_iint.o ima_audit.o | ||
