mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-07 10:09:34 +00:00
14 lines
303 B
Makefile
14 lines
303 B
Makefile
#
|
|
#HDCP crypto ca
|
|
#
|
|
|
|
ifeq ($(CONFIG_TRUSTONIC_TEE_SUPPORT),y)
|
|
include $(srctree)/drivers/misc/mediatek/gud/Makefile.include
|
|
endif
|
|
ifeq ($(CONFIG_MICROTRUST_TEE_SUPPORT),y)
|
|
include $(srctree)/drivers/misc/mediatek/teei/Makefile.include
|
|
endif
|
|
|
|
obj-y += tlcDpHdcp.o
|
|
#ccflags-y += -DHDCP_SETKEY_FROM_KERNEL
|