10 lines
212 B
Makefile
10 lines
212 B
Makefile
|
#
|
||
|
# Makefile for the touchscreen drivers.
|
||
|
#
|
||
|
|
||
|
# Each configuration option enables a list of files.
|
||
|
|
||
|
obj-$(CONFIG_TOUCHSCREEN_GT9XX_TS) += gt9xx_ts.o
|
||
|
gt9xx_ts-objs := goodix_tool.o gt9xx_update.o gt9xx.o
|
||
|
|