aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb/Makefile
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@csr.com>2008-09-17 16:34:12 +0100
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>2008-09-17 16:54:25 +0100
commitda389eac31be24556a71dd59ea6539ae4cba5c15 (patch)
tree2352d3f63ab00b6be124cde7891f7ad6fafd824e /drivers/uwb/Makefile
parent2f86c3e67d6423d6d23ee2f737ad4f0730435742 (diff)
uwb: add the umc bus
The UMC bus is used for the capabilities exposed by a UWB Multi-interface Controller as described in the WHCI specification. Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Makefile')
-rw-r--r--drivers/uwb/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/uwb/Makefile b/drivers/uwb/Makefile
index 9a67be5ac5c..41c9fca5f87 100644
--- a/drivers/uwb/Makefile
+++ b/drivers/uwb/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_UWB) += uwb.o
+obj-$(CONFIG_UWB_WHCI) += umc.o
uwb-objs := \
address.o \
@@ -18,3 +19,8 @@ uwb-objs := \
scan.o \
uwb-debug.o \
uwbd.o
+
+umc-objs := \
+ umc-bus.o \
+ umc-dev.o \
+ umc-drv.o