Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 obj-$(CONFIG_OPTEE) += optee.o
0003 optee-objs += core.o
0004 optee-objs += call.o
0005 optee-objs += notif.o
0006 optee-objs += rpc.o
0007 optee-objs += supp.o
0008 optee-objs += device.o
0009 optee-objs += smc_abi.o
0010 optee-objs += ffa_abi.o
0011 
0012 # for tracing framework to find optee_trace.h
0013 CFLAGS_smc_abi.o := -I$(src)