brintos

brintos / linux-shallow public Read only

0
0
Text · 318 B · a6eff38 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_OPTEE) += optee.o3optee-objs += core.o4optee-objs += call.o5optee-objs += notif.o6optee-objs += rpc.o7optee-objs += supp.o8optee-objs += device.o9optee-objs += smc_abi.o10optee-objs += ffa_abi.o11 12# for tracing framework to find optee_trace.h13CFLAGS_smc_abi.o := -I$(src)14