1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the input core drivers. 4# 5# Each configuration option enables a list of files. 6 7obj-$(CONFIG_AW_INPUT_SENSORINIT) += init-input.o 8 9obj-$(CONFIG_AW_INPUT_CTP) += ctp/ 10obj-$(CONFIG_AW_INPUT_SENSOR) += sensor/ 11