Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / drivers / tee / optee / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
4fb0a5eb
JW
2obj-$(CONFIG_OPTEE) += optee.o
3optee-objs += core.o
4optee-objs += call.o
787c80cc 5optee-objs += notif.o
4fb0a5eb
JW
6optee-objs += rpc.o
7optee-objs += supp.o
c3fa24af 8optee-objs += device.o
c51a564a 9optee-objs += smc_abi.o
4615e5a3 10optee-objs += ffa_abi.o
7ccdcaac
JZ
11
12# for tracing framework to find optee_trace.h
c51a564a 13CFLAGS_smc_abi.o := -I$(src)