bpf: lsm: Initialize the BPF LSM hooks
[linux-2.6-block.git] / security / Makefile
index 74643849902950fd7c0dd286aec84e2b57ce4be3..22e73a3482bd6c393a8a3f712bebf263692d16ca 100644 (file)
@@ -12,6 +12,7 @@ subdir-$(CONFIG_SECURITY_YAMA)                += yama
 subdir-$(CONFIG_SECURITY_LOADPIN)      += loadpin
 subdir-$(CONFIG_SECURITY_SAFESETID)    += safesetid
 subdir-$(CONFIG_SECURITY_LOCKDOWN_LSM) += lockdown
+subdir-$(CONFIG_BPF_LSM)               += bpf
 
 # always enable default capabilities
 obj-y                                  += commoncap.o
@@ -30,6 +31,7 @@ obj-$(CONFIG_SECURITY_LOADPIN)                += loadpin/
 obj-$(CONFIG_SECURITY_SAFESETID)       += safesetid/
 obj-$(CONFIG_SECURITY_LOCKDOWN_LSM)    += lockdown/
 obj-$(CONFIG_CGROUP_DEVICE)            += device_cgroup.o
+obj-$(CONFIG_BPF_LSM)                  += bpf/
 
 # Object integrity file lists
 subdir-$(CONFIG_INTEGRITY)             += integrity