aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/wusbcore/Makefile
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2008-09-17 16:34:29 +0100
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>2008-09-17 16:54:31 +0100
commitdf3654236e31f6cf425ed2ee5a74ceac366a7a9e (patch)
tree30479f1c683f503264043d4f61632392e7cc0f11 /drivers/usb/wusbcore/Makefile
parent7e6133aa42920ea87ad9791a0fb2b95d1a23b8f9 (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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/wusbcore/Makefile b/drivers/usb/wusbcore/Makefile
index 6504f42ca36..7a4d0072403 100644
--- a/drivers/usb/wusbcore/Makefile
+++ b/drivers/usb/wusbcore/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_USB_WUSB) += wusbcore.o wusb-cbaf.o
+obj-$(CONFIG_USB_HWA_HCD) += wusb-wa.o
wusbcore-objs := \
crypto.o \
@@ -12,3 +13,8 @@ wusbcore-objs := \
wusbhc.o
wusb-cbaf-objs := cbaf.o
+
+wusb-wa-objs := wa-hc.o \
+ wa-nep.o \
+ wa-rpipe.o \
+ wa-xfer.o