2 # Makefile for the kernel security code
5 obj-
$(CONFIG_KEYS
) += keys
/
6 subdir-
$(CONFIG_SECURITY_SELINUX
) += selinux
7 subdir-
$(CONFIG_SECURITY_SMACK
) += smack
9 # always enable default capabilities
13 obj-
$(CONFIG_SECURITY
) += security.o capability.o
14 obj-
$(CONFIG_SECURITYFS
) += inode.o
15 # Must precede capability.o in order to stack properly.
16 obj-
$(CONFIG_SECURITY_SELINUX
) += selinux
/built-in.o
17 obj-
$(CONFIG_SECURITY_SMACK
) += smack
/built-in.o
18 obj-
$(CONFIG_SECURITY_ROOTPLUG
) += root_plug.o
19 obj-
$(CONFIG_CGROUP_DEVICE
) += device_cgroup.o