]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame_incremental - drivers/input/Makefile
UBUNTU: Ubuntu-4.15.0-96.97
[mirror_ubuntu-bionic-kernel.git] / drivers / input / Makefile
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the input core drivers.
4#
5
6# Each configuration option enables a list of files.
7
8obj-$(CONFIG_INPUT) += input-core.o
9input-core-y := input.o input-compat.o input-mt.o ff-core.o
10
11obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
12obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o
13obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o
14obj-$(CONFIG_INPUT_MATRIXKMAP) += matrix-keymap.o
15
16obj-$(CONFIG_INPUT_LEDS) += input-leds.o
17obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
18obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
19obj-$(CONFIG_INPUT_EVDEV) += evdev.o
20obj-$(CONFIG_INPUT_EVBUG) += evbug.o
21
22obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/
23obj-$(CONFIG_INPUT_MOUSE) += mouse/
24obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
25obj-$(CONFIG_INPUT_TABLET) += tablet/
26obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
27obj-$(CONFIG_INPUT_MISC) += misc/
28
29obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
30
31obj-$(CONFIG_RMI4_CORE) += rmi4/