Files
kernel_google_redbull/drivers/input/touchscreen/st/Makefile
Mark Salyzyn 4911cff2cc GKI: st: enable TOUCHSCREEN_ST for st,fts
Introduces the stm-fts driver.

Input channel for touchscreen remain:

/dev/input/event4
/sys/class/input/event4
/sys/class/input/input4

$ getevent
. . .
add device 3: /dev/input/event4
  name:     "fts"
. . .
<stream of touch events>

Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Bug: 143757756
Test: touchscreen functional
Change-Id: I2478786eea2dac164bd4a6671948ca5a304a3b1c
2019-11-01 20:20:45 +00:00

12 lines
379 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
## Makefile for the STMicroelectronics touchscreen driver.
#
obj-$(CONFIG_TOUCHSCREEN_ST) += stm-fts.o
stm-fts-objs += fts.o fts_gui.o fts_driver_test.o fts_aoi_event.o
stm-fts-objs += $(patsubst %,fts_lib/%,ftsCompensation.o \
ftsCrossCompile.o ftsError.o ftsFrame.o ftsIO.o ftsTest.o \
ftsTime.o ftsTool.o ftsFlash.o ftsGesture.o)