mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
12 lines
226 B
Makefile
12 lines
226 B
Makefile
#
|
|
# Makefile for the Goodix GT1151 touchscreen driver.
|
|
#
|
|
|
|
|
|
obj-m += gtp1151.o
|
|
gtp1151-y += gt1x_generic.o gt1x_update.o tpd_control.o \
|
|
tpd_button.o gt1x_tpd.o tpd_default.o \
|
|
tpd_misc.o tpd_setting.o tpd_debug.o
|
|
|
|
|