mirror of
https://github.com/torvalds/linux.git
synced 2026-06-13 09:17:53 +02:00
Signed-off-by: Jason Song <sxj@rock-chips.com> Change-Id: Idd0d772225ed11a5080649d8e962e5cb4c2b89b7
19 lines
448 B
Makefile
19 lines
448 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the focaltech touchscreen drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-y += focaltech_core.o
|
|
obj-y += focaltech_ex_fun.o
|
|
obj-y += focaltech_ex_mode.o
|
|
obj-y += focaltech_flash.o
|
|
obj-y += focaltech_gesture.o
|
|
obj-y += focaltech_esdcheck.o
|
|
obj-y += focaltech_i2c.o
|
|
obj-y += focaltech_point_report_check.o
|
|
obj-y += focaltech_flash/
|
|
obj-y += focaltech_test/
|
|
|