kernel-brax3-ubuntu-touch/drivers/input/touchscreen/GT9896S/Makefile
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

15 lines
No EOL
453 B
Makefile

# Goodix Touchscreen Makefile
# This Makefile is only for tempory compiling use
# Use xxxproject/Makefile-release when release driver
#
#For display ESD recovery
ccflags-$(CONFIG_DRM_MEDIATEK_V2) += -I$(srctree)/drivers/gpu/drm/mediatek/mediatek_v2/
obj-m += gt9896s.o
gt9896s-y += goodix_ts_spi.o
gt9896s-y += goodix_ts_core.o
gt9896s-y += goodix_cfg_bin.o
gt9896s-y += goodix_gtx8_update.o
gt9896s-n += goodix_ts_tools.o
gt9896s-y += goodix_ts_tui.o