]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - security/Makefile
UBUNTU: Start new release
[mirror_ubuntu-zesty-kernel.git] / security / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the kernel security code
3#
4
5obj-$(CONFIG_KEYS) += keys/
6subdir-$(CONFIG_SECURITY_SELINUX) += selinux
e114e473 7subdir-$(CONFIG_SECURITY_SMACK) += smack
00d7d6f8 8subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo
f9ad1af5 9subdir-$(CONFIG_SECURITY_APPARMOR) += apparmor
2d514487 10subdir-$(CONFIG_SECURITY_YAMA) += yama
9b091556 11subdir-$(CONFIG_SECURITY_LOADPIN) += loadpin
1da177e4 12
5915eb53 13# always enable default capabilities
6e141546
DH
14obj-y += commoncap.o
15obj-$(CONFIG_MMU) += min_addr.o
1da177e4
LT
16
17# Object file lists
b1d9e6b0 18obj-$(CONFIG_SECURITY) += security.o
da31894e 19obj-$(CONFIG_SECURITYFS) += inode.o
e0c2de2b
SR
20obj-$(CONFIG_SECURITY_SELINUX) += selinux/
21obj-$(CONFIG_SECURITY_SMACK) += smack/
2bf49690 22obj-$(CONFIG_AUDIT) += lsm_audit.o
e0c2de2b
SR
23obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/
24obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
25obj-$(CONFIG_SECURITY_YAMA) += yama/
9b091556 26obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/
08ce5f16 27obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
3323eec9
MZ
28
29# Object integrity file lists
f381c272 30subdir-$(CONFIG_INTEGRITY) += integrity
e0c2de2b 31obj-$(CONFIG_INTEGRITY) += integrity/