Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/linux.git] / drivers / input / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the input core drivers.
3#
4
5# Each configuration option enables a list of files.
6
57e6b724 7obj-$(CONFIG_INPUT) += input-core.o
67b989a0 8input-core-y := input.o input-compat.o input-mt.o ff-core.o
57e6b724 9
7d928a2b 10obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
893e7c2d 11obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o
36203c4f 12obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o
1932811f 13obj-$(CONFIG_INPUT_MATRIXKMAP) += matrix-keymap.o
7d928a2b 14
1da177e4
LT
15obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
16obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
17obj-$(CONFIG_INPUT_EVDEV) += evdev.o
1da177e4
LT
18obj-$(CONFIG_INPUT_EVBUG) += evbug.o
19
20obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/
21obj-$(CONFIG_INPUT_MOUSE) += mouse/
22obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
4104d13f 23obj-$(CONFIG_INPUT_TABLET) += tablet/
1da177e4
LT
24obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
25obj-$(CONFIG_INPUT_MISC) += misc/
63f3861d 26
e17bb1de 27obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
This page took 0.525173 seconds and 5 git commands to generate.