mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 06:50:58 +07:00
5fa3ea047a
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
18 lines
494 B
Makefile
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/
|