]> bbs.cooldavid.org Git - net-next-2.6.git/blame - security/Makefile
security: remove dummy module
[net-next-2.6.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
1da177e4 8
5915eb53 9# always enable default capabilities
1da177e4 10obj-y += commoncap.o
1da177e4
LT
11
12# Object file lists
5915eb53 13obj-$(CONFIG_SECURITY) += security.o capability.o inode.o
1da177e4
LT
14# Must precede capability.o in order to stack properly.
15obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o
5915eb53
MS
16obj-$(CONFIG_SECURITY_SMACK) += smack/built-in.o
17obj-$(CONFIG_SECURITY_ROOTPLUG) += root_plug.o
08ce5f16 18obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o