diff options
author | Adrian McMenamin <adrian@newgolddream.dyndns.info> | 2008-12-30 03:53:54 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-12-30 03:58:05 -0500 |
commit | 01461d7e65a6e3f92fd73ce4651e5f78a0a5990c (patch) | |
tree | 2cf4f543bdccd189314f1d2a8b0cd072023e4036 /drivers/input/joystick/Makefile | |
parent | 2a3ec3265741c3b2a7ebbd1b33f538e5a5583c48 (diff) |
Input: add support for Maple controller as a joystick
Add support for the SEGA Dreamcast Maple controller as a joystick
Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/joystick/Makefile')
-rw-r--r-- | drivers/input/joystick/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/joystick/Makefile b/drivers/input/joystick/Makefile index 723036295685..f3a8cbe2abb6 100644 --- a/drivers/input/joystick/Makefile +++ b/drivers/input/joystick/Makefile | |||
@@ -19,6 +19,7 @@ obj-$(CONFIG_JOYSTICK_IFORCE) += iforce/ | |||
19 | obj-$(CONFIG_JOYSTICK_INTERACT) += interact.o | 19 | obj-$(CONFIG_JOYSTICK_INTERACT) += interact.o |
20 | obj-$(CONFIG_JOYSTICK_JOYDUMP) += joydump.o | 20 | obj-$(CONFIG_JOYSTICK_JOYDUMP) += joydump.o |
21 | obj-$(CONFIG_JOYSTICK_MAGELLAN) += magellan.o | 21 | obj-$(CONFIG_JOYSTICK_MAGELLAN) += magellan.o |
22 | obj-$(CONFIG_JOYSTICK_MAPLE) += maplecontrol.o | ||
22 | obj-$(CONFIG_JOYSTICK_SIDEWINDER) += sidewinder.o | 23 | obj-$(CONFIG_JOYSTICK_SIDEWINDER) += sidewinder.o |
23 | obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o | 24 | obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o |
24 | obj-$(CONFIG_JOYSTICK_SPACEORB) += spaceorb.o | 25 | obj-$(CONFIG_JOYSTICK_SPACEORB) += spaceorb.o |