mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-07-25 00:20:43 +00:00
15 lines
453 B
Makefile
15 lines
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-n += goodix_ts_tui.o
|