x86/asm: Clean up copy_page_*() comments and code
[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
f1be242c 6obj-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
f381c272
MZ
7
8integrity-y := iint.o
9
10subdir-$(CONFIG_IMA) += ima
11obj-$(CONFIG_IMA) += ima/built-in.o
66dbc325
MZ
12subdir-$(CONFIG_EVM) += evm
13obj-$(CONFIG_EVM) += evm/built-in.o
This page took 0.075499 seconds and 5 git commands to generate.