1
2
3
4
5
6
7
8
9
10
11
12
13
14
| # Makefile for the focaltech touchscreen drivers.
|
| obj-y += focaltech_tp.o
| focaltech_tp-y := focaltech_core.o \
| focaltech_ex_fun.o \
| focaltech_ex_mode.o \
| focaltech_gesture.o \
| focaltech_esdcheck.o \
| focaltech_point_report_check.o \
| focaltech_proximity.o
|
| focaltech_tp-y += focaltech_i2c.o
| focaltech_tp-y += focaltech_flash.o
| focaltech_tp-y += focaltech_flash/focaltech_upgrade_ft8756m.o
|
|