xref: /linux-6.12.1/drivers/input/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 input-poller.o ff-core.o
10input-core-y += touchscreen.o
11
12obj-$(CONFIG_INPUT_FF_MEMLESS)	+= ff-memless.o
13obj-$(CONFIG_INPUT_SPARSEKMAP)	+= sparse-keymap.o
14obj-$(CONFIG_INPUT_MATRIXKMAP)	+= matrix-keymap.o
15obj-$(CONFIG_INPUT_VIVALDIFMAP)	+= vivaldi-fmap.o
16
17obj-$(CONFIG_INPUT_LEDS)	+= input-leds.o
18obj-$(CONFIG_INPUT_MOUSEDEV)	+= mousedev.o
19obj-$(CONFIG_INPUT_JOYDEV)	+= joydev.o
20obj-$(CONFIG_INPUT_EVDEV)	+= evdev.o
21obj-$(CONFIG_INPUT_EVBUG)	+= evbug.o
22
23obj-$(CONFIG_INPUT_KEYBOARD)	+= keyboard/
24obj-$(CONFIG_INPUT_MOUSE)	+= mouse/
25obj-$(CONFIG_INPUT_JOYSTICK)	+= joystick/
26obj-$(CONFIG_INPUT_TABLET)	+= tablet/
27obj-$(CONFIG_INPUT_TOUCHSCREEN)	+= touchscreen/
28obj-$(CONFIG_INPUT_MISC)	+= misc/
29obj-$(CONFIG_INPUT_KUNIT_TEST)	+= tests/
30
31obj-$(CONFIG_INPUT_APMPOWER)	+= apm-power.o
32
33obj-$(CONFIG_RMI4_CORE)		+= rmi4/
34

served by {OpenGrok

Last Index Update: Mon May 12 18:07:07 UTC 2025

Navigate Window
x

Macro

  • input-core-y
Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x