4 lines
103 B
Makefile
4 lines
103 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
arm-tstee-objs := core.o
|
|
obj-$(CONFIG_ARM_TSTEE) = arm-tstee.o
|