From bedbef8ad3e75a304af6361af235302bcc61d06b Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 14 May 2024 06:39:01 +0000
Subject: [PATCH] 修改内核路径

---
 kernel/drivers/input/touchscreen/focaltech_touch/Makefile |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/kernel/drivers/input/touchscreen/focaltech_touch/Makefile b/kernel/drivers/input/touchscreen/focaltech_touch/Makefile
index bf7df15..fbf3065 100644
--- a/kernel/drivers/input/touchscreen/focaltech_touch/Makefile
+++ b/kernel/drivers/input/touchscreen/focaltech_touch/Makefile
@@ -5,14 +5,15 @@
 
 # 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/
+obj-$(CONFIG_TOUCHSCREEN_FTS) += focaltech-ts.o
+focaltech-ts-y += focaltech_core.o
+focaltech-ts-y += focaltech_ex_fun.o
+focaltech-ts-y += focaltech_ex_mode.o
+focaltech-ts-y += focaltech_flash.o
+focaltech-ts-y += focaltech_gesture.o
+focaltech-ts-y += focaltech_esdcheck.o
+focaltech-ts-y += focaltech_i2c.o
+focaltech-ts-y += focaltech_point_report_check.o
+focaltech-ts-y += focaltech_upgrade_ft8201.o
+focaltech-ts-y += focaltech_test/
 

--
Gitblit v1.6.2