diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2008-09-17 11:34:29 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:31 -0400 |
commit | df3654236e31f6cf425ed2ee5a74ceac366a7a9e (patch) | |
tree | 30479f1c683f503264043d4f61632392e7cc0f11 /drivers/usb/wusbcore/Makefile | |
parent | 7e6133aa42920ea87ad9791a0fb2b95d1a23b8f9 (diff) |
wusb: add the Wire Adapter (WA) core
Common code for supporting Host Wire Adapters and Device Wire Adapters.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/usb/wusbcore/Makefile')
-rw-r--r-- | drivers/usb/wusbcore/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/wusbcore/Makefile b/drivers/usb/wusbcore/Makefile index 6504f42ca367..7a4d00724039 100644 --- a/drivers/usb/wusbcore/Makefile +++ b/drivers/usb/wusbcore/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | obj-$(CONFIG_USB_WUSB) += wusbcore.o wusb-cbaf.o | 1 | obj-$(CONFIG_USB_WUSB) += wusbcore.o wusb-cbaf.o |
2 | obj-$(CONFIG_USB_HWA_HCD) += wusb-wa.o | ||
2 | 3 | ||
3 | wusbcore-objs := \ | 4 | wusbcore-objs := \ |
4 | crypto.o \ | 5 | crypto.o \ |
@@ -12,3 +13,8 @@ wusbcore-objs := \ | |||
12 | wusbhc.o | 13 | wusbhc.o |
13 | 14 | ||
14 | wusb-cbaf-objs := cbaf.o | 15 | wusb-cbaf-objs := cbaf.o |
16 | |||
17 | wusb-wa-objs := wa-hc.o \ | ||
18 | wa-nep.o \ | ||
19 | wa-rpipe.o \ | ||
20 | wa-xfer.o | ||