xref: /linux/drivers/tee/optee/Makefile (revision 6f52b16c5b29b89d92c0e7236f4655dc8491ad70)
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_OPTEE) += optee.o
3optee-objs += core.o
4optee-objs += call.o
5optee-objs += rpc.o
6optee-objs += supp.o
7