kernel_samsung_a34x-permissive/drivers/input/touchscreen/FT3518/Makefile
2024-04-28 15:51:13 +02:00

25 lines
765 B
Makefile

# Makefile for the focaltech touchscreen drivers.
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/mt-plat/
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/mt-plat/$(MTK_PLATFORM)/include/
ccflags-y += -I$(srctree)/drivers/base
ccflags-y += -I$(srctree)/drivers/input/touchscreen/FT3518/
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_proximity.o
obj-y += focaltech_flash/
obj-y += focaltech_i2c.o
obj-y += focaltech_flash.o
obj-y += tpd_control.o
obj-y += tpd_button.o
obj-y += tpd_debug.o
obj-y += tpd_default.o
obj-y += tpd_misc.o
obj-y += tpd_setting.o