162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the input core drivers. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci# Each configuration option enables a list of files. 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciobj-$(CONFIG_INPUT) += input-core.o 962306a36Sopenharmony_ciinput-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o 1062306a36Sopenharmony_ciinput-core-y += touchscreen.o 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciobj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o 1362306a36Sopenharmony_ciobj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o 1462306a36Sopenharmony_ciobj-$(CONFIG_INPUT_MATRIXKMAP) += matrix-keymap.o 1562306a36Sopenharmony_ciobj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciobj-$(CONFIG_INPUT_LEDS) += input-leds.o 1862306a36Sopenharmony_ciobj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o 1962306a36Sopenharmony_ciobj-$(CONFIG_INPUT_JOYDEV) += joydev.o 2062306a36Sopenharmony_ciobj-$(CONFIG_INPUT_EVDEV) += evdev.o 2162306a36Sopenharmony_ciobj-$(CONFIG_INPUT_EVBUG) += evbug.o 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ciobj-$(CONFIG_INPUT_KEYBOARD) += keyboard/ 2462306a36Sopenharmony_ciobj-$(CONFIG_INPUT_MOUSE) += mouse/ 2562306a36Sopenharmony_ciobj-$(CONFIG_INPUT_JOYSTICK) += joystick/ 2662306a36Sopenharmony_ciobj-$(CONFIG_INPUT_TABLET) += tablet/ 2762306a36Sopenharmony_ciobj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/ 2862306a36Sopenharmony_ciobj-$(CONFIG_INPUT_MISC) += misc/ 2962306a36Sopenharmony_ciobj-$(CONFIG_INPUT_KUNIT_TEST) += tests/ 3062306a36Sopenharmony_ci 3162306a36Sopenharmony_ciobj-$(CONFIG_INPUT_APMPOWER) += apm-power.o 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ciobj-$(CONFIG_RMI4_CORE) += rmi4/ 34