diff --git a/security/Kconfig b/security/Kconfig index e483bbcb72c1..2b3a3ecebed8 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -245,6 +245,7 @@ source security/tomoyo/Kconfig source security/apparmor/Kconfig source security/loadpin/Kconfig source security/yama/Kconfig +source security/optee_linuxdriver/Kconfig source security/integrity/Kconfig diff --git a/security/Makefile b/security/Makefile index 4d2d3782ddef..435b961af686 100644 --- a/security/Makefile +++ b/security/Makefile @@ -26,6 +26,7 @@ obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/ obj-$(CONFIG_SECURITY_YAMA) += yama/ obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/ obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o +obj-$(CONFIG_TEE_SUPPORT) += optee_linuxdriver/ # Object integrity file lists subdir-$(CONFIG_INTEGRITY) += integrity