kernel_samsung_a34x-permissive/drivers/misc/mediatek/tui/Makefile
2024-04-28 15:51:13 +02:00

15 lines
471 B
Makefile

#
# Makefile for the stui Module
#
obj-$(CONFIG_TEEGRIS_TUI) += main.o
obj-$(CONFIG_TEEGRIS_TUI) += stui_core.o
obj-$(CONFIG_TEEGRIS_TUI) += stui_inf.o
ccflags-$(CONFIG_TEEGRIS_TUI) += -DUSE_TEE_CLIENT_API
ccflags-$(CONFIG_TEEGRIS_TUI) += -Idrivers/misc/tzdev/$(CONFIG_TEEGRIS_VERSION_STRING)/include/tzdev
#ccflags-$(CONFIG_SAMSUNG_TUI) += -Idrivers/video/fbdev/...
ifneq ($(CONFIG_MTK_PLATFORM), )
obj-$(CONFIG_TEEGRIS_TUI) += platforms/$(CONFIG_MTK_PLATFORM)/
endif