[MTD] Allow variable block sizes in mtd_blkdevs
[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
509ca1a9 8input-core-objs := input.o ff-core.o
57e6b724 9
7d928a2b
AH
10obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
11
1da177e4
LT
12obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
13obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
14obj-$(CONFIG_INPUT_EVDEV) += evdev.o
15obj-$(CONFIG_INPUT_TSDEV) += tsdev.o
16obj-$(CONFIG_INPUT_POWER) += power.o
17obj-$(CONFIG_INPUT_EVBUG) += evbug.o
18
19obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/
20obj-$(CONFIG_INPUT_MOUSE) += mouse/
21obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
22obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
23obj-$(CONFIG_INPUT_MISC) += misc/
This page took 0.143742 seconds and 5 git commands to generate.