linux_dsm_epyc7002/drivers/tee/Makefile
AuxXxilium 5fa3ea047a init: add dsm gpl source
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-07-05 18:00:04 +02:00

18 lines
494 B
Makefile

# SPDX-License-Identifier: GPL-2.0
ifeq ($(CONFIG_SYNO_LSP_RTD1619B), y)
ccflags-y += -I$(srctree)/drivers/soc/realtek/common/mem_allocator/rtk/inc
endif # CONFIG_SYNO_LSP_RTD1619B
obj-$(CONFIG_TEE) += tee.o
tee-objs += tee_core.o
tee-objs += tee_shm.o
tee-objs += tee_shm_pool.o
ifeq ($(CONFIG_SYNO_LSP_RTD1619B), y)
ifeq ($(CONFIG_ION_RTK_DHC_HEAP),y)
obj-$(CONFIG_OPTEE) += tee_mem_api.o
endif
endif # CONFIG_SYNO_LSP_RTD1619B
obj-$(CONFIG_OPTEE) += optee/
obj-$(CONFIG_AMDTEE) += amdtee/