diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2008-09-17 16:34:27 +0100 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 16:54:30 +0100 |
commit | 870d5395045bfe8e5213525152682c863a10f8d2 (patch) | |
tree | 6a5a0324231f99e3525ee6fd080f0c3507bc02b6 /drivers/usb/wusbcore/Makefile | |
parent | 470cc4150367d369bdc98ee04902b04baa2b2464 (diff) | |
download | blackbird-op-linux-870d5395045bfe8e5213525152682c863a10f8d2.tar.gz blackbird-op-linux-870d5395045bfe8e5213525152682c863a10f8d2.zip |
wusb: add the USB wusb-cbaf driver
Add a driver for cable based associated of (Wireless) USB devices.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/usb/wusbcore/Makefile')
-rw-r--r-- | drivers/usb/wusbcore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/Makefile b/drivers/usb/wusbcore/Makefile index ea1dbfca6135..6504f42ca367 100644 --- a/drivers/usb/wusbcore/Makefile +++ b/drivers/usb/wusbcore/Makefile @@ -1,4 +1,4 @@ -obj-$(CONFIG_USB_WUSB) += wusbcore.o +obj-$(CONFIG_USB_WUSB) += wusbcore.o wusb-cbaf.o wusbcore-objs := \ crypto.o \ @@ -10,3 +10,5 @@ wusbcore-objs := \ reservation.o \ security.o \ wusbhc.o + +wusb-cbaf-objs := cbaf.o |