#
# Makefile for the touchscreen drivers.
#

# Each configuration option enables a list of files.

obj-$(CONFIG_TOUCHSCREEN_GT818_TS)          += gt818_ts.o
gt818_ts-objs := goodix_tool.o gt818_update.o gt818.o

