mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
OP-TEE: build optee_linuxdriver into kernel
Change-Id: I0f19cd74c3d247dbdf94ba0a2d952728fbfae366 Signed-off-by: Elon Zhang <zhangzj@rock-chips.com>
This commit is contained in:
parent
dc2876e75b
commit
d779266766
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user