]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/Makefile
Merge current mainline tree into linux-omap tree
[linux-2.6-omap-h63xx.git] / security / Makefile
index 9d5b0aade3d73444ab566f8af429391bde13fcbf..2feea8d97c057894bdd92782613225da282a2148 100644 (file)
@@ -4,6 +4,7 @@
 
 obj-$(CONFIG_KEYS)                     += keys/
 subdir-$(CONFIG_SECURITY_SELINUX)      += selinux
+subdir-$(CONFIG_SECURITY_SMACK)                += smack
 
 # if we don't select a security model, use the default capabilities
 ifneq ($(CONFIG_SECURITY),y)
@@ -14,6 +15,7 @@ endif
 obj-$(CONFIG_SECURITY)                 += security.o dummy.o inode.o
 # Must precede capability.o in order to stack properly.
 obj-$(CONFIG_SECURITY_SELINUX)         += selinux/built-in.o
+obj-$(CONFIG_SECURITY_SMACK)           += commoncap.o smack/built-in.o
 obj-$(CONFIG_SECURITY_CAPABILITIES)    += commoncap.o capability.o
 obj-$(CONFIG_SECURITY_ROOTPLUG)                += commoncap.o root_plug.o
 obj-$(CONFIG_SECURITY_LOWMEM)          += commoncap.o lowmem.o