aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/Makefile
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@gmail.com>2006-07-19 01:40:30 -0400
committerDmitry Torokhov <dtor@insightbb.com>2006-07-19 01:40:30 -0400
commit7d928a2b14eede1f333db7b7b684c57f7fa7f456 (patch)
treeb674c2668e42bae63188f80b4f519fa6c9aef55b /drivers/input/Makefile
parentInput: implement new force feedback interface (diff)
downloadlinux-dev-7d928a2b14eede1f333db7b7b684c57f7fa7f456.tar.xz
linux-dev-7d928a2b14eede1f333db7b7b684c57f7fa7f456.zip
Input: unified force feedback support for memoryless devices
Consolidate core implementing memoryless devices in one module; added support for gain and envelopes and periodic => rumble conversion. Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r--drivers/input/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index abdc9d435705..a005b1df5f1a 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -7,6 +7,8 @@
obj-$(CONFIG_INPUT) += input-core.o
input-core-objs := input.o ff-core.o
+obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
+
obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
obj-$(CONFIG_INPUT_EVDEV) += evdev.o