xref: /OK3568_Linux_fs/u-boot/lib/optee_clientApi/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#Copyright 2012 The Chromium Authors
2#
3# SPDX-License-Identifier:	GPL-2.0+
4#
5
6obj-y += OpteeClientMem.o
7obj-y += OpteeClientApiLib.o
8obj-y += OpteeClientInterface.o
9obj-y += OpteeClientSMC.o
10obj-y += OpteeClientRPC.o
11obj-y += tee_smc-arm64.o
12obj-y += OpteeClientRkFs_common.o
13
14ifdef CONFIG_OPTEE_V1
15obj-y += OpteeClientRkFs_v1.o
16obj-y += OpteeClientRkFs_v2.o
17endif
18
19ifdef CONFIG_OPTEE_V2
20obj-y += OpteeClientRkNewFs_v1.o
21obj-y += OpteeClientRkNewFs_v2.o
22endif
23
24