1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2024-11-19 13:27:49 +00:00
a155-U-u1/kernel-5.10/drivers/misc/mediatek/geniezone/gz-trusty/Makefile
2024-03-11 06:53:12 +11:00

27 lines
714 B
Makefile

#
# Makefile for trusty components
#
ccflags-y += -I$(srctree)/drivers/misc/mediatek/geniezone/public
ccflags-y += -I$(srctree)/arch/arm/include/
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/
obj-$(CONFIG_MTK_ENABLE_GENIEZONE) += gz_trusty_mod.o
gz_trusty_mod-objs += trusty.o smcnr-table.o
ifeq ($(CONFIG_MT_GZ_TRUSTY_DEBUGFS),y)
gz_trusty_mod-objs += trusty-debugfs.o
endif
obj-$(CONFIG_MTK_GZ_IRQ) += gz_irq_mod.o
gz_irq_mod-objs += trusty-irq.o
obj-$(CONFIG_MTK_GZ_VIRTIO) += gz_virtio_mod.o
gz_virtio_mod-objs += trusty-virtio.o trusty-mem.o
obj-$(CONFIG_MTK_GZ_VIRTIO_IPC) += gz_ipc_mod.o
gz_ipc_mod-objs += trusty-ipc.o
obj-$(CONFIG_MTK_GZ_LOG) += gz_log_mod.o
gz_log_mod-objs += gz-log.o