lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes
[linux-2.6/btrfs-unstable.git] / security / Makefile
blobc9bfbc84ff50d96e68adac140d5fb1269d50f4e7
2 # Makefile for the kernel security code
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
12 # always enable default capabilities
13 obj-y += commoncap.o
14 obj-$(CONFIG_MMU) += min_addr.o
16 # Object file lists
17 obj-$(CONFIG_SECURITY) += security.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
27 # Object integrity file lists
28 subdir-$(CONFIG_INTEGRITY) += integrity
29 obj-$(CONFIG_INTEGRITY) += integrity/