Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / security / integrity / ima / Makefile
diff --git a/kernel/security/integrity/ima/Makefile b/kernel/security/integrity/ima/Makefile
new file mode 100644 (file)
index 0000000..d79263d
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Makefile for building Trusted Computing Group's(TCG) runtime Integrity
+# Measurement Architecture(IMA).
+#
+
+obj-$(CONFIG_IMA) += ima.o
+
+ima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \
+        ima_policy.o ima_template.o ima_template_lib.o
+ima-$(CONFIG_IMA_APPRAISE) += ima_appraise.o