mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-07 10:09:34 +00:00
11 lines
153 B
Makefile
11 lines
153 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2021 MediaTek Inc.
|
|
#
|
|
|
|
obj-$(CONFIG_TEE_PERF_SUPPORT) += teeperf.o
|
|
|
|
teeperf-y := \
|
|
main.o \
|
|
user.o
|