NVMe: Allocate queues only for online cpus
[linux-2.6-block.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
1da177e4 11
5915eb53 12# always enable default capabilities
6e141546
DH
13obj-y += commoncap.o
14obj-$(CONFIG_MMU) += min_addr.o
1da177e4
LT
15
16# Object file lists
b1d9e6b0 17obj-$(CONFIG_SECURITY) += security.o
da31894e 18obj-$(CONFIG_SECURITYFS) += inode.o
e0c2de2b
SR
19obj-$(CONFIG_SECURITY_SELINUX) += selinux/
20obj-$(CONFIG_SECURITY_SMACK) += smack/
2bf49690 21obj-$(CONFIG_AUDIT) += lsm_audit.o
e0c2de2b
SR
22obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/
23obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
24obj-$(CONFIG_SECURITY_YAMA) += yama/
08ce5f16 25obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
3323eec9
MZ
26
27# Object integrity file lists
f381c272 28subdir-$(CONFIG_INTEGRITY) += integrity
e0c2de2b 29obj-$(CONFIG_INTEGRITY) += integrity/