X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=security%2FMakefile;h=8c4a43e3d4e0304689f8b02b6ac2877540a9e14e;hb=b8da8de4f8b8e49d4252a6b17e154e9e46ff194c;hp=f2d71cdb8e19b16968b5185296dd91ea9120cd39;hpb=3681196ae568f97d534537c1c1102f4707ca11f9;p=mirror_ubuntu-artful-kernel.git diff --git a/security/Makefile b/security/Makefile index f2d71cdb8e19..8c4a43e3d4e0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -29,3 +29,6 @@ obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o # Object integrity file lists subdir-$(CONFIG_INTEGRITY) += integrity obj-$(CONFIG_INTEGRITY) += integrity/ + +# Allow the kernel to be locked down +obj-$(CONFIG_LOCK_DOWN_KERNEL) += lock_down.o