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 7abd135baSVolodymyr Babchukoptee-objs += shm_pool.o 8c3fa24afSSumit Gargoptee-objs += device.o 9*7ccdcaacSJisheng Zhang 10*7ccdcaacSJisheng Zhang# for tracing framework to find optee_trace.h 11*7ccdcaacSJisheng ZhangCFLAGS_call.o := -I$(src) 12