mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
7b2cc121ec
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>
8 lines
211 B
Makefile
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/
|