1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 24fb0a5ebSJens Wiklanderobj-$(CONFIG_OPTEE) += optee.o 34fb0a5ebSJens Wiklanderoptee-objs += core.o 44fb0a5ebSJens Wiklanderoptee-objs += call.o 54fb0a5ebSJens Wiklanderoptee-objs += rpc.o 64fb0a5ebSJens Wiklanderoptee-objs += supp.o 7c3fa24afSSumit Gargoptee-objs += device.o 8*c51a564aSJens Wiklanderoptee-objs += smc_abi.o 97ccdcaacSJisheng Zhang 107ccdcaacSJisheng Zhang# for tracing framework to find optee_trace.h 11*c51a564aSJens WiklanderCFLAGS_smc_abi.o := -I$(src) 12