xref: /linux/drivers/tee/optee/Makefile (revision e3b9f1e81de2083f359bacd2a94bf1c024f2ede0)
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
7optee-objs += shm_pool.o
8