mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 17:12:31 +02:00
6 lines
124 B
Makefile
6 lines
124 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += tee-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox.o
|
|
obj-$(CONFIG_OPTEE) += optee/
|