1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the touchscreen drivers. 4# 5# Each configuration option enables a list of files. 6 7obj-$(CONFIG_AW_INPUT_CTP) += gslx680new/ 8obj-$(CONFIG_AW_INPUT_CTP) += wacom_pen/ 9
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the touchscreen drivers. 4# 5# Each configuration option enables a list of files. 6 7obj-$(CONFIG_AW_INPUT_CTP) += gslx680new/ 8obj-$(CONFIG_AW_INPUT_CTP) += wacom_pen/ 9