| # SPDX-License-Identifier: GPL-2.0 |
| #ifdef VENDOR_EDIT |
| #Ping.Liu@BSP.Fingerprint.Secure, 2020/05/18, add for open trustonic tee, config tee. |
| $(warning "tee config----- CONFIG_TEE: $(CONFIG_TEE)") |
| $(warning "tee config----- CONFIG_TRUSTONIC_TEE_SUPPORT: $(CONFIG_TRUSTONIC_TEE_SUPPORT)") |
| $(warning "tee config----- CONFIG_TRUSTONIC_TEE_VERSION: $(CONFIG_TRUSTONIC_TEE_VERSION)") |
| #endif /*VENDOR_EDIT*/ |
| obj-$(CONFIG_TEE) += tee.o |
| tee-objs += tee_core.o |
| tee-objs += tee_shm.o |
| tee-objs += tee_shm_pool.o |
| obj-$(CONFIG_OPTEE) += optee/ |