diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-07 16:48:50 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 01:41:29 -0400 |
commit | 1c362d46825259a48c1d543cab3805a6c770c0c8 (patch) | |
tree | 7f718816835676e71b4740a02fb4b065575e2f3c /drivers/usb/Makefile | |
parent | d05e84e6cb21cca16987813fd3c271ebaed4233d (diff) |
Input: move USB gamepads under drivers/input/joystick
This will allow concentrating all input devices in one place
in {menu|x|q}config.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 2b6caf674e4a..7059a64637a8 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -25,7 +25,6 @@ obj-$(CONFIG_USB) += storage/ | |||
25 | 25 | ||
26 | obj-$(CONFIG_USB_ATI_REMOTE) += input/ | 26 | obj-$(CONFIG_USB_ATI_REMOTE) += input/ |
27 | obj-$(CONFIG_USB_POWERMATE) += input/ | 27 | obj-$(CONFIG_USB_POWERMATE) += input/ |
28 | obj-$(CONFIG_USB_XPAD) += input/ | ||
29 | 28 | ||
30 | obj-$(CONFIG_USB_CATC) += net/ | 29 | obj-$(CONFIG_USB_CATC) += net/ |
31 | obj-$(CONFIG_USB_KAWETH) += net/ | 30 | obj-$(CONFIG_USB_KAWETH) += net/ |