]>
Commit | Line | Data |
---|---|---|
b2441318 | 1 | # SPDX-License-Identifier: GPL-2.0 |
967c9cca JW |
2 | obj-$(CONFIG_TEE) += tee.o |
3 | tee-objs += tee_core.o | |
4 | tee-objs += tee_shm.o | |
5 | tee-objs += tee_shm_pool.o | |
4fb0a5eb | 6 | obj-$(CONFIG_OPTEE) += optee/ |
757cc3e9 | 7 | obj-$(CONFIG_AMDTEE) += amdtee/ |
c835e5a3 | 8 | obj-$(CONFIG_ARM_TSTEE) += tstee/ |