hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Copyright 2012 The Chromium Authors
#
# SPDX-License-Identifier:    GPL-2.0+
#
 
obj-y += OpteeClientMem.o
obj-y += OpteeClientApiLib.o
obj-y += OpteeClientInterface.o
obj-y += OpteeClientSMC.o
obj-y += OpteeClientRPC.o
obj-y += tee_smc-arm64.o
obj-y += OpteeClientRkFs_common.o
 
ifdef CONFIG_OPTEE_V1
obj-y += OpteeClientRkFs_v1.o
obj-y += OpteeClientRkFs_v2.o
endif
 
ifdef CONFIG_OPTEE_V2
obj-y += OpteeClientRkNewFs_v1.o
obj-y += OpteeClientRkNewFs_v2.o
endif