X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=security%2FMakefile;h=197cc2f3f1ecf2e0c27ac83c22bcac98240bb2fe;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=3686a1bb324a71aae09d837f48c87c938e20ce4f;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/security/Makefile b/security/Makefile index 3686a1bb3..197cc2f3f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -2,6 +2,7 @@ # Makefile for the kernel security code # +obj-$(CONFIG_KEYS) += keys/ subdir-$(CONFIG_SECURITY_SELINUX) += selinux # if we don't select a security model, use the default capabilities @@ -15,3 +16,4 @@ obj-$(CONFIG_SECURITY) += security.o dummy.o obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o obj-$(CONFIG_SECURITY_CAPABILITIES) += commoncap.o capability.o obj-$(CONFIG_SECURITY_ROOTPLUG) += commoncap.o root_plug.o +obj-$(CONFIG_SECURITY_SECLVL) += seclvl.o