# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2021 MediaTek Inc.
#

obj-$(CONFIG_TEE_PERF_SUPPORT) += teeperf.o

teeperf-y := \
	main.o \
	user.o
