diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-07 17:31:32 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 01:41:29 -0400 |
commit | ba0acb5ee318901646f82c134cca2e4de0c43934 (patch) | |
tree | 862d0d2b5d06332dce642571f625431c313d04ea /drivers/usb/input/Makefile | |
parent | b5da20f8f7652e7a9648401a1942b7aac3b9ab9d (diff) |
Input: move USB miscellaneous devices under drivers/input/misc
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/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile deleted file mode 100644 index 91df130909e6..000000000000 --- a/drivers/usb/input/Makefile +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the USB input drivers | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o | ||
6 | obj-$(CONFIG_USB_ATI_REMOTE2) += ati_remote2.o | ||
7 | obj-$(CONFIG_USB_KEYSPAN_REMOTE) += keyspan_remote.o | ||
8 | obj-$(CONFIG_USB_POWERMATE) += powermate.o | ||
9 | obj-$(CONFIG_USB_YEALINK) += yealink.o | ||
10 | |||
11 | ifeq ($(CONFIG_USB_DEBUG),y) | ||
12 | EXTRA_CFLAGS += -DDEBUG | ||
13 | endif | ||