GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / input / Makefile
blob7ad212d31f99b678f8bd3dfadf5fb9f815512825
2 # Makefile for the input core drivers.
5 # Each configuration option enables a list of files.
7 obj-$(CONFIG_INPUT) += input-core.o
8 input-core-objs := input.o input-compat.o ff-core.o
10 obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
11 obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o
12 obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o
14 obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
15 obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
16 obj-$(CONFIG_INPUT_EVDEV) += evdev.o
17 obj-$(CONFIG_INPUT_EVBUG) += evbug.o
19 obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/
20 obj-$(CONFIG_INPUT_MOUSE) += mouse/
21 obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
22 obj-$(CONFIG_INPUT_TABLET) += tablet/
23 obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
24 obj-$(CONFIG_INPUT_MISC) += misc/
26 obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
28 obj-$(CONFIG_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o