]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - security/Makefile
Merge branch 'for-4.1/sensor-hub' into for-linus
[mirror_ubuntu-artful-kernel.git] / security / Makefile
1 #
2 # Makefile for the kernel security code
3 #
4
5 obj-$(CONFIG_KEYS) += keys/
6 subdir-$(CONFIG_SECURITY_SELINUX) += selinux
7 subdir-$(CONFIG_SECURITY_SMACK) += smack
8 subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo
9 subdir-$(CONFIG_SECURITY_APPARMOR) += apparmor
10 subdir-$(CONFIG_SECURITY_YAMA) += yama
11
12 # always enable default capabilities
13 obj-y += commoncap.o
14 obj-$(CONFIG_MMU) += min_addr.o
15
16 # Object file lists
17 obj-$(CONFIG_SECURITY) += security.o capability.o
18 obj-$(CONFIG_SECURITYFS) += inode.o
19 obj-$(CONFIG_SECURITY_SELINUX) += selinux/
20 obj-$(CONFIG_SECURITY_SMACK) += smack/
21 obj-$(CONFIG_AUDIT) += lsm_audit.o
22 obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/
23 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
24 obj-$(CONFIG_SECURITY_YAMA) += yama/
25 obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
26
27 # Object integrity file lists
28 subdir-$(CONFIG_INTEGRITY) += integrity
29 obj-$(CONFIG_INTEGRITY) += integrity/