kernel/drivers/input/touchscreen/gt1x/Makefile
.. .. @@ -1,7 +1,8 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 -obj-y += gt1x_extents.o3 -obj-y += gt1x_generic.o4 -obj-y += gt1x_tools.o5 -obj-y += gt1x.o6 -obj-y += gt1x_update.o2 +obj-$(CONFIG_TOUCHSCREEN_GT1X) += gt1x-ts.o3 +gt1x-ts-y += gt1x_extents.o4 +gt1x-ts-y += gt1x_generic.o5 +gt1x-ts-y += gt1x_tools.o6 +gt1x-ts-y += gt1x.o7 +gt1x-ts-y += gt1x_update.o7 8