integrity: move ima inode integrity data management
[deliverable/linux.git] / security / integrity / Makefile
CommitLineData
f381c272
MZ
1#
2# Makefile for caching inode integrity data (iint)
3#
4
5obj-$(CONFIG_INTEGRITY) += integrity.o
6
7integrity-y := iint.o
8
9subdir-$(CONFIG_IMA) += ima
10obj-$(CONFIG_IMA) += ima/built-in.o
This page took 0.02622 seconds and 5 git commands to generate.