10 lines
253 B
Makefile
10 lines
253 B
Makefile
# 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
|