xref: /OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_TOUCHSCREEN_VTL_CT36X)	+= vtl_ts_ct36x.o
4#obj-y	+= vtl_ts_ct36x.o
5
6vtl_ts_ct36x-y		+=vtl_ts.o
7vtl_ts_ct36x-y		+=chip.o
8vtl_ts_ct36x-y		+=apk.o
9
10