1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

27 lines
734 B
Makefile

#
# Makefile for the stui Module
#
obj-$(CONFIG_TEEGRIS_TUI) += tuihw.o tuihw-inf.o
ccflags-y += -DUSE_TEE_CLIENT_API
ccflags-y += -DTUI_ENABLE_DISPLAY
ccflags-y += -I$(srctree)/drivers/misc/mediatek/tui/
ccflags-y += -I$(srctree)/drivers/tee/tzdev/$(CONFIG_TEEGRIS_VERSION_STRING)/include/tzdev
ccflags-y += -I$(srctree)/include
ccflags-y += -I$(srctree)/drivers/misc/mediatek/trusted_mem/ssmr
ccflags-y += -I$(srctree)/drivers/gpu/drm/mediatek/mediatek_v2
ccflags-y += -I$(srctree)/drivers/misc/mediatek/tui/platforms/
tuihw-inf-y = stui_inf.o
tuihw-y += main.o
tuihw-y += stui_core.o
tuihw-y += platforms/stui_hal_display.o
tuihw-y += platforms/stui_hal_touch.o
ifdef CONFIG_TEEGRIS_TUI_LOWLEVEL
tuihw-y += iwd_agent.o
endif