Files
kernel-spacemit-k1/drivers/input/touchscreen/focaltech_touch/Makefile
zhangmeng 8c6927e25c touchscreen: focaltech: change file mode to 0644
Change-Id: I4cbc92453cbfc119f9bb8cb3e62a3e3a9601fd1b
2025-02-18 15:38:31 +08:00

23 lines
432 B
Makefile

# Makefile for the focaltech touchscreen drivers.
obj-$(CONFIG_TOUCHSCREEN_FTS) += 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_ft8201p.o