hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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