hc
2024-03-22 619f0f87159c5dbd2755b1b0a0eb35784be84e7a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#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 += OpteeClientLoadTa.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