kernel-brax3-ubuntu-touch/drivers/input/touchscreen/focaltech_ft8725_spi/Makefile
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

30 lines
No EOL
787 B
Makefile
Executable file

# Makefile for the focaltech touchscreen drivers.
ccflags-$(CONFIG_DRM_MEDIATEK_V2) += -I$(srctree)/drivers/gpu/drm/mediatek/mediatek_v2/
obj-m += focaltech_ft8725_spi.o
focaltech_ft8725_spi-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_ft8725_spi-y += focaltech_flash_spi.o
focaltech_ft8725_spi-y += focaltech_spi_v2.o
focaltech_ft8725_spi-y += focaltech_debug.o
focaltech_ft8725_spi-y += focaltech_hp.o
focaltech_ft8725_spi-y += focaltech_test/focaltech_test.o
focaltech_ft8725_spi-y += focaltech_test/focaltech_test_ini.o
focaltech_ft8725_spi-y += focaltech_test/supported_ic/focaltech_test_ft8725.o