diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-09-17 11:34:26 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:30 -0400 |
commit | 470cc4150367d369bdc98ee04902b04baa2b2464 (patch) | |
tree | b413a73e550b5c362f328e5e71a8b93d439cc182 /drivers/usb/Makefile | |
parent | d59db761b8559f07a7161ca3387d6c6949667ede (diff) |
wusb: add the Wireless USB core (build-system)
Add the WUSB build system (Kconfig and Kbuild) files.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index a419c42e880e..19ede32f0df1 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -19,6 +19,8 @@ obj-$(CONFIG_USB_R8A66597_HCD) += host/ | |||
19 | 19 | ||
20 | obj-$(CONFIG_USB_C67X00_HCD) += c67x00/ | 20 | obj-$(CONFIG_USB_C67X00_HCD) += c67x00/ |
21 | 21 | ||
22 | obj-$(CONFIG_USB_WUSB) += wusbcore/ | ||
23 | |||
22 | obj-$(CONFIG_USB_ACM) += class/ | 24 | obj-$(CONFIG_USB_ACM) += class/ |
23 | obj-$(CONFIG_USB_PRINTER) += class/ | 25 | obj-$(CONFIG_USB_PRINTER) += class/ |
24 | 26 | ||