xref: /linux/drivers/tee/optee/Makefile (revision b2d0f5d5dc53532e6f07bc546a476a55ebdfe0f3)
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