hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/touchscreen/gt1x/Makefile
....@@ -1,7 +1,8 @@
11 # SPDX-License-Identifier: GPL-2.0
2
-obj-y += gt1x_extents.o
3
-obj-y += gt1x_generic.o
4
-obj-y += gt1x_tools.o
5
-obj-y += gt1x.o
6
-obj-y += gt1x_update.o
2
+obj-$(CONFIG_TOUCHSCREEN_GT1X) += gt1x-ts.o
3
+gt1x-ts-y += gt1x_extents.o
4
+gt1x-ts-y += gt1x_generic.o
5
+gt1x-ts-y += gt1x_tools.o
6
+gt1x-ts-y += gt1x.o
7
+gt1x-ts-y += gt1x_update.o
78