diff options
author | Nico Erfurth <masta@perlgolf.de> | 2007-08-02 16:25:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:55:02 -0400 |
commit | a1d534bb23e5c5c28fb6f6fb48588362df0907e8 (patch) | |
tree | 40369244e6e199bd7069167e984779eccab99165 /drivers/usb/Makefile | |
parent | 9a9bf406df3ce238089d14f4cb41157ca56d8ad3 (diff) |
USB: Add drivers/usb/misc/iowarrior.c to the Makefile
This patch adds the new iowarrior module to the Makefile in drivers/usb.
Currently the module isn't build unless another driver from usb/misc is
selected.
Signed-off-by: Nico Erfurth <masta@perlgolf.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index ac49b15fa768..cce216517ca1 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -38,6 +38,7 @@ obj-$(CONFIG_USB_EMI26) += misc/ | |||
38 | obj-$(CONFIG_USB_EMI62) += misc/ | 38 | obj-$(CONFIG_USB_EMI62) += misc/ |
39 | obj-$(CONFIG_USB_FTDI_ELAN) += misc/ | 39 | obj-$(CONFIG_USB_FTDI_ELAN) += misc/ |
40 | obj-$(CONFIG_USB_IDMOUSE) += misc/ | 40 | obj-$(CONFIG_USB_IDMOUSE) += misc/ |
41 | obj-$(CONFIG_USB_IOWARRIOR) += misc/ | ||
41 | obj-$(CONFIG_USB_LCD) += misc/ | 42 | obj-$(CONFIG_USB_LCD) += misc/ |
42 | obj-$(CONFIG_USB_LD) += misc/ | 43 | obj-$(CONFIG_USB_LD) += misc/ |
43 | obj-$(CONFIG_USB_LED) += misc/ | 44 | obj-$(CONFIG_USB_LED) += misc/ |