You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
410 B
17 lines
410 B
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the focaltech touchscreen drivers.
|
|
#
|
|
|
|
# Makefile for the focaltech touchscreen drivers.
|
|
|
|
obj-y += focaltech_core.o
|
|
obj-y += focaltech_ex_fun.o
|
|
obj-y += focaltech_ex_mode.o
|
|
obj-y += focaltech_gesture.o
|
|
obj-y += focaltech_esdcheck.o
|
|
obj-y += focaltech_point_report_check.o
|
|
obj-y += focaltech_i2c.o
|
|
obj-y += focaltech_flash.o
|
|
obj-y += focaltech_flash/
|