blob: da20a193c8dd6623d834ef9bb1396fcaacfd9bd0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the kernel security code
3#
4
5obj-$(CONFIG_KEYS) += keys/
6subdir-$(CONFIG_SECURITY_SELINUX) += selinux
Casey Schauflere114e472008-02-04 22:29:50 -08007subdir-$(CONFIG_SECURITY_SMACK) += smack
Kentaro Takeda00d7d6f2009-02-05 17:18:17 +09008subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
Miklos Szeredi5915eb52008-07-03 20:56:05 +020010# always enable default capabilities
David Howells6e141542009-12-15 19:27:45 +000011obj-y += commoncap.o
12obj-$(CONFIG_MMU) += min_addr.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14# Object file lists
Eric Parisda318942008-08-22 11:35:57 -040015obj-$(CONFIG_SECURITY) += security.o capability.o
16obj-$(CONFIG_SECURITYFS) += inode.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070017# Must precede capability.o in order to stack properly.
18obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o
Miklos Szeredi5915eb52008-07-03 20:56:05 +020019obj-$(CONFIG_SECURITY_SMACK) += smack/built-in.o
Thomas Liu2bf49692009-07-14 12:14:09 -040020obj-$(CONFIG_AUDIT) += lsm_audit.o
James Morris42d5aaa2009-02-12 16:29:04 +110021obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/built-in.o
Serge E. Hallyn08ce5f12008-04-29 01:00:10 -070022obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o
Mimi Zohar3323eec92009-02-04 09:06:58 -050023
24# Object integrity file lists
25subdir-$(CONFIG_IMA) += integrity/ima
26obj-$(CONFIG_IMA) += integrity/ima/built-in.o