Files
kernel_common_drivers/drivers/aml_tee/Makefile
T
Hangyu Li 7b2cc121ec tee: rename AML_TEE,AML_OPTEE to AMLOGIC_AMLTEE,AMLOGIC_OPTEE [1/1]
PD#SWPL-136287

Problem:
The configuration name in kernel 5.15 is starting with "AMLOGIC_",
in order to unify configuration name, modify AML_TEE,AML_OPTEE to
AMLOGIC_AMLTEE,AMLOGIC_OPTEE.

Solution:
rename AMLTEE,AMLOGIC_OPTEE to AMLOGIC_AMLTEE,AMLOGIC_OPTEE

Verify:
Android + Kernel 5.15

Change-Id: I25be69bb990b7e86026790a9a64f64a473e9adfc
Signed-off-by: Hangyu Li <hangyu.li@amlogic.com>
2023-08-25 01:54:11 -07:00

8 lines
211 B
Makefile

# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_AMLOGIC_AMLTEE) += tee.o
tee-objs += tee_core.o
tee-objs += tee_shm.o
tee-objs += tee_shm_pool.o
tee-objs += tee_data_pipe.o
obj-$(CONFIG_AMLOGIC_OPTEE) += optee/