xref: /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the focaltech touchscreen drivers.
4#
5
6# Each configuration option enables a list of files.
7
8obj-$(CONFIG_TOUCHSCREEN_FTS) += focaltech-ts.o
9focaltech-ts-y += focaltech_core.o
10focaltech-ts-y += focaltech_ex_fun.o
11focaltech-ts-y += focaltech_ex_mode.o
12focaltech-ts-y += focaltech_flash.o
13focaltech-ts-y += focaltech_gesture.o
14focaltech-ts-y += focaltech_esdcheck.o
15focaltech-ts-y += focaltech_i2c.o
16focaltech-ts-y += focaltech_point_report_check.o
17focaltech-ts-y += focaltech_upgrade_ft8201.o
18focaltech-ts-y += focaltech_test/
19
20