]> bbs.cooldavid.org Git - net-next-2.6.git/blame - security/Makefile
xps: Transmit Packet Steering
[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
00d7d6f8 8subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo
f9ad1af5 9subdir-$(CONFIG_SECURITY_APPARMOR) += apparmor
1da177e4 10
5915eb53 11# always enable default capabilities
6e141546
DH
12obj-y += commoncap.o
13obj-$(CONFIG_MMU) += min_addr.o
1da177e4
LT
14
15# Object file lists
da31894e
EP
16obj-$(CONFIG_SECURITY) += security.o capability.o
17obj-$(CONFIG_SECURITYFS) += inode.o
1da177e4
LT
18# Must precede capability.o in order to stack properly.
19obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o
5915eb53 20obj-$(CONFIG_SECURITY_SMACK) += smack/built-in.o
2bf49690 21obj-$(CONFIG_AUDIT) += lsm_audit.o
42d5aaa2 22obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/built-in.o
f9ad1af5 23obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/built-in.o
08ce5f16 24obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
3323eec9
MZ
25
26# Object integrity file lists
27subdir-$(CONFIG_IMA) += integrity/ima
28obj-$(CONFIG_IMA) += integrity/ima/built-in.o