1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_OPTEE) += optee.o
3optee-objs += core.o
4optee-objs += call.o
5optee-objs += notif.o
6optee-objs += rpc.o
7optee-objs += supp.o
8optee-objs += device.o
9optee-objs += smc_abi.o
10optee-objs += ffa_abi.o
11
12# for tracing framework to find optee_trace.h
13CFLAGS_smc_abi.o := -I$(src)
14