Linux-6.18.2/drivers/tee/qcomtee/Makefile

10 lines
253 B
Makefile
Raw Normal View History

2025-12-23 20:05:50 +08:00
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_QCOMTEE) += qcomtee.o
qcomtee-objs += async.o
qcomtee-objs += call.o
qcomtee-objs += core.o
qcomtee-objs += mem_obj.o
qcomtee-objs += primordial_obj.o
qcomtee-objs += shm.o
qcomtee-objs += user_obj.o